some minor changes..

This commit is contained in:
Christoph 2022-11-20 01:47:24 +01:00
parent d64f0f4b08
commit a6c617a1ab
2 changed files with 25 additions and 30 deletions

View File

@ -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
# =============

View File

@ -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
# =============