Add rules for local ssh services
This commit is contained in:
@ -260,6 +260,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>
|
||||
@ -572,8 +579,14 @@ munin_local_server_ips=""
|
||||
# -
|
||||
#munin_remote_server="2a01:30:1fff:a::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[2001:6f8:107e:63::20]=$ext_if_dsl_1
|
||||
|
||||
# - Munin Port
|
||||
# -
|
||||
|
Reference in New Issue
Block a user