You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
564 B

config netifyd
option enabled 1
# Enable auto-configuration for interfaces (internal/external)
option autoconfig 1
# Supplementary options, ex: disable connection tracking thread (-t)
#list options '-t'
#list options '--thread-detection-cores=2'
# Manual configuration of internal interfaces and options
#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.1/24'
# Manual configuration of external interfaces and options
#list external_if 'eth1'
#list external_if 'ppp0 -N eth2'