Add rules for local ssh services
This commit is contained in:
@ -266,6 +266,13 @@ dns_server_ips=""
|
||||
local_ssh_service=true
|
||||
|
||||
|
||||
# - SSH Services local Networks
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
ssh_server_only_local_ips=""
|
||||
|
||||
|
||||
# - SSH Services DMZ (reachable also from WAN)
|
||||
# -
|
||||
# - ssh_server_dmz_arr[<ip-address>]=<extern-device>
|
||||
@ -568,6 +575,7 @@ munin_remote_port="4949"
|
||||
# - Munin Server local Networks (usually TCP port 4949)
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
munin_local_server_ips=""
|
||||
|
||||
|
||||
@ -583,10 +591,18 @@ munin_local_server_ips=""
|
||||
# -
|
||||
# - munin_local_client_ip_arr[<ip-address>]=<dsl-device>
|
||||
# -
|
||||
# - Multiple settins of this parameter is possible
|
||||
# -
|
||||
#munin_remote_server="83.223.86.163"
|
||||
munin_remote_server=""
|
||||
|
||||
|
||||
# - Munin - clients on local network (server is $munin_remote_server)
|
||||
# -
|
||||
# - Example:
|
||||
# - munin_local_client_ip_arr[192.168.63.20]=$ext_if_dsl_1
|
||||
# -
|
||||
declare -A munin_local_client_ip_arr
|
||||
#munin_local_client_ip_arr[192.168.63.20]=$ext_if_dsl_1
|
||||
|
||||
# - Munin Port
|
||||
# -
|
||||
|
Reference in New Issue
Block a user