From 87617d379b00d2f2c2b5a9660ada72190e8960bf Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 21 Dec 2025 15:38:12 +0300 Subject: [PATCH] update config.default --- config.default | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.default b/config.default index dd825d0..086f29c 100644 --- a/config.default +++ b/config.default @@ -97,11 +97,12 @@ FLOWOFFLOAD=donttouch #OPENWRT_WAN4="wan vpn" #OPENWRT_WAN6="wan6 vpn6" -# for routers based on desktop linux and macos. has no effect in openwrt. +# for routers based on classic linux. has no effect in openwrt. # CHOOSE LAN and optinally WAN/WAN6 NETWORK INTERFACES # or leave them commented if its not router # it's possible to specify multiple interfaces like this : IFACE_WAN="eth0 eth1 eth2" # if IFACE_WAN6 is not defined it take the value of IFACE_WAN +#IFACE_LAN=eth0 #IFACE_WAN=eth1 #IFACE_WAN6="ipsec0 wireguard0 he_net"