Update da_cli.sh

This commit is contained in:
Marek Miklewicz
2022-05-08 21:35:32 +02:00
committed by GitHub
parent 3b1ab27780
commit 57bebc51d7
+1 -1
View File
@@ -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