52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
config network-modes 'config'
|
|
option current_mode 'router'
|
|
option last_change ''
|
|
option backup_config '1'
|
|
|
|
config mode 'sniffer'
|
|
option name 'Sniffer / Passthrough'
|
|
option description 'Transparent bridge for network analysis'
|
|
option enabled '0'
|
|
option bridge_interface 'br-lan'
|
|
option capture_interface 'eth0'
|
|
option netifyd_enabled '1'
|
|
option promiscuous '1'
|
|
|
|
config mode 'accesspoint'
|
|
option name 'Access Point'
|
|
option description 'WiFi access point with optimizations'
|
|
option enabled '0'
|
|
option upstream_interface 'eth0'
|
|
option dhcp_client '1'
|
|
option wifi_channel 'auto'
|
|
option wifi_htmode 'VHT80'
|
|
option wifi_txpower '20'
|
|
option roaming_enabled '1'
|
|
option band_steering '1'
|
|
|
|
config mode 'relay'
|
|
option name 'Relay / Extender'
|
|
option description 'Network relay with WireGuard optimization'
|
|
option enabled '0'
|
|
option relay_interface 'wlan0'
|
|
option lan_interface 'eth0'
|
|
option wireguard_enabled '1'
|
|
option wireguard_interface 'wg0'
|
|
option mtu_optimization '1'
|
|
option mss_clamping '1'
|
|
|
|
config mode 'router'
|
|
option name 'Router'
|
|
option description 'Full router with WAN, proxy and HTTPS frontends'
|
|
option enabled '1'
|
|
option wan_interface 'eth1'
|
|
option wan_protocol 'dhcp'
|
|
option lan_interface 'br-lan'
|
|
option nat_enabled '1'
|
|
option firewall_enabled '1'
|
|
option proxy_enabled '0'
|
|
option proxy_type 'squid'
|
|
option https_frontend '0'
|
|
option frontend_type 'nginx'
|
|
list frontend_domains ''
|