secubox-openwrt/package/secubox/secubox-app-netifyd/files/netifyd.config

29 lines
931 B
Plaintext

config netifyd 'default'
option enabled '1'
# Enable auto-configuration for interfaces (internal/external)
# Disable this if you want manual control
option autoconfig '1'
# Supplementary options (examples):
# Disable connection tracking thread: -t
# Set detection cores: --thread-detection-cores=2
# Enable verbose logging: -v
# Export to local JSON: -j /tmp/netifyd-flows.json
#list options '-t'
#list options '--thread-detection-cores=2'
#list options '-j /tmp/netifyd-flows.json'
# Manual configuration of internal interfaces (LAN)
# Format: interface_name [options]
# Example: Filter out SSDP traffic
#list internal_if 'br-lan -F "not (udp and dst 239.255.255.250 and dst port 1900)"'
#list internal_if 'eth0 -A 192.168.1.0/24'
# Manual configuration of external interfaces (WAN)
# Format: interface_name [options]
#list external_if 'br-wan'
#list external_if 'eth1'
#list external_if 'ppp0 -N eth2'