diff --git a/da_cli.sh b/da_cli.sh index f103b34..d9a8912 100644 --- a/da_cli.sh +++ b/da_cli.sh @@ -8,7 +8,7 @@ DNSMASTER="192.168.8.13" # IP address of this server that should be used on the DNSSLAVE="192.168.8.14" # the second DNS server. This server should be able to login to DNSSLAVE via ssh DNSSLAVEPORT="22" # port for dnsslave ADMINUSER="admin" # server main admin user -TRUSTED_IPS="127.0.0.1,192.168.0.1" #comma separated list of IP addresses +TRUSTED_IPS="127.0.0.1,185.242.134.92,185.242.134.93,185.242.134.94,193.177.165.192,193.177.165.193,193.177.165.194,193.177.165.195,193.177.165.196" #comma separated list of IP addresses ### END VARS ### ######### FUNCTIONS