Go to file
2021-12-17 00:35:25 +00:00
client Rename webclient to client 2021-06-22 03:03:51 +00:00
server Add /display API route 2021-12-17 00:34:49 +00:00
README.md Add README 2021-12-17 00:35:25 +00:00

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.