iankelling.org
/
git
/
automated-distro-installer
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a77d0
)
small dns changes
author
Ian Kelling
<ian@iankelling.org>
Sun, 5 Feb 2017 04:05:18 +0000
(20:05 -0800)
committer
Ian Kelling
<ian@iankelling.org>
Mon, 6 Feb 2017 06:21:42 +0000
(22:21 -0800)
wrt-setup
patch
|
blob
|
history
wrt-setup-remote
patch
|
blob
|
history
diff --git
a/wrt-setup
b/wrt-setup
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
diff --git
a/wrt-setup-remote
b/wrt-setup-remote
index f2948b0e9e171d2d7268d44c4be7ea633d9e8941..d67035b797bec5979cc256493e4496477885863f 100755
(executable)
--- a/
wrt-setup-remote
+++ b/
wrt-setup-remote
@@
-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