From f2e9b389b2a322943fc0cc5ff2f86466e1ef9fee Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 17 Dec 2021 00:35:25 +0000 Subject: [PATCH] Add README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0bc3ba6 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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.