some minor changes..
This commit is contained in:
@ -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
|
||||
# =============
|
||||
|
Reference in New Issue
Block a user