feat: support to auto detect WAN interface

This commit is contained in:
mzz2017
2023-03-24 13:30:02 +08:00
parent a3bf4e1ebd
commit a04a6be76b
5 changed files with 53 additions and 4 deletions

View File

@ -133,7 +133,7 @@ However, this config leaves dae no-load state. If you want dae to be in working
global {
# Bind to LAN and/or WAN as you want. Replace the interface name to your own.
#lan_interface: docker0
wan_interface: wlp5s0
wan_interface: auto # Use "auto" to auto detect WAN interface.
log_level: info
allow_insecure: false