1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Tanner Collin 278d30c421 Store strong references to async tasks vor 1 Jahr
client idk vor 2 Jahren
server Store strong references to async tasks vor 1 Jahr
README.md Add README vor 2 Jahren

README.md

Server Setup

sudo apt install dnsmasq

Edit /etc/dnsmasq.conf:

no-resolv  # for offline / isolated networks only
address=/.apsystemsema.com/192.168.69.100
address=/.apsema.com/192.168.69.100
listen-address=192.168.69.100

Replace 192.168.69.100 with the server's IP address.

Edit router's DHCP DNS settings to use 192.168.69.100 as the name server.