small dns changes
authorIan Kelling <ian@iankelling.org>
Sun, 5 Feb 2017 04:05:18 +0000 (20:05 -0800)
committerIan Kelling <ian@iankelling.org>
Mon, 6 Feb 2017 06:21:42 +0000 (22:21 -0800)
wrt-setup
wrt-setup-remote

index 041630927a60204c73ecc7f8ca7920b38059a3b0..caaa0df3c779dded09aec9c85e28963257ccf160 100755 (executable)
--- a/wrt-setup
+++ b/wrt-setup
@@ -235,7 +235,7 @@ EOF
 dnsmasq_restart=false
 v cedit /etc/hosts <<EOF || dnsmasq_restart=true
 192.168.1.1 wrt
-192.168.1.2 treetowl $IMPERSONAL_DOMAIN faiserver
+192.168.1.2 treetowl mail.iankelling.org faiserver $HOME_DOMAIN
 192.168.1.3 frodo
 192.168.1.4 htpc
 192.168.1.5 x2
index f2948b0e9e171d2d7268d44c4be7ea633d9e8941..d67035b797bec5979cc256493e4496477885863f 100755 (executable)
@@ -30,6 +30,6 @@ if ! opkg list-installed|grep bash; then
     opkg update
     opkg install bash
 fi
-export IMPERSONAL_DOMAIN=$IMPERSONAL_DOMAIN
+export HOME_DOMAIN=$HOME_DOMAIN
 wrt-setup
 EOF