some minor changes..
This commit is contained in:
parent
d64f0f4b08
commit
a6c617a1ab
@ -1587,8 +1587,6 @@ portforward_udp=""
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# - MAC Address Filtering
|
||||
# =============
|
||||
@ -1614,7 +1612,6 @@ allow_remote_mac_src_addresses=""
|
||||
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# --- Basic behavior - overwrites settings from 'default_basic_behavior.conf'
|
||||
# =============
|
||||
@ -1672,7 +1669,6 @@ allow_remote_mac_src_addresses=""
|
||||
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# --- Block IP's / IP-Ranges
|
||||
# =============
|
||||
|
@ -1499,6 +1499,31 @@ portforward_udp=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# - MAC Address Filtering
|
||||
# =============
|
||||
|
||||
# - MAC Addreses alowed to all destinations (gateway, remote, local networks)
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
allow_all_mac_src_addresses=""
|
||||
|
||||
# - MAC Addreses alowed to local networks (gateway, local networks)
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
allow_local_mac_src_addresses=""
|
||||
|
||||
|
||||
# - MAC Addreses alowed to remote networks
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
allow_remote_mac_src_addresses=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# --- Basic behavior
|
||||
# =============
|
||||
@ -1531,32 +1556,6 @@ portforward_udp=""
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# - MAC Address Filtering
|
||||
# =============
|
||||
|
||||
# - MAC Addreses alowed to all destinations (gateway, remote, local networks)
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
allow_all_mac_src_addresses=""
|
||||
|
||||
# - MAC Addreses alowed to local networks (gateway, local networks)
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
allow_local_mac_src_addresses=""
|
||||
|
||||
|
||||
# - MAC Addreses alowed to remote networks
|
||||
# -
|
||||
# - Blank separated list
|
||||
# -
|
||||
allow_remote_mac_src_addresses=""
|
||||
|
||||
|
||||
|
||||
|
||||
# =============
|
||||
# --- Block IP's / IP-Ranges
|
||||
# =============
|
||||
|
Loading…
Reference in New Issue
Block a user