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

@ -26,8 +26,8 @@ global {
#lan_interface: docker0
# The WAN interface to bind. Use it if you want to proxy localhost.
# Multiple interfaces split by ",".
wan_interface: wlp5s0
# Multiple interfaces split by ",". Use "auto" to auto detect.
wan_interface: auto
# Allow insecure TLS certificates. It is not recommended to turn it on unless you have to.
allow_insecure: false