From 57bebc51d745c5ad2d3f6363983cdd2140bbb31a Mon Sep 17 00:00:00 2001 From: Marek Miklewicz <86836305+marsonpl@users.noreply.github.com> Date: Sun, 8 May 2022 21:35:32 +0200 Subject: [PATCH] Update da_cli.sh --- da_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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