feat: support bind to wan

This commit is contained in:
mzz2017
2023-01-30 15:50:55 +08:00
parent 92ef179eed
commit 2de1a73dd2
10 changed files with 644 additions and 117 deletions

View File

@ -13,6 +13,7 @@ global {
# The ingress (LAN) interface to bind.
# Now only support one interface.
lan_interface: docker0
wan_interface: wlp5s0
}
# subscription will be resolved as nodes and merged into node pool below.
@ -23,7 +24,6 @@ subscription {
node {
# Add your node links here.
# Support socks5, http, https, ss, ssr, vmess, vless, trojan, trojan-go
'socks5://127.0.0.1:1080#HK'
'ss://LINK'
}