This commit is contained in:
Conners Hua 2020-07-05 11:55:18 +08:00
parent f526757bae
commit 001cd8dc69
2 changed files with 8 additions and 8 deletions

View File

@ -1,14 +1,14 @@
# Port of HTTP(S) proxy server on the local end # Port of HTTP(S) proxy server on the local end
port: 7890 # port: 7890
# Port of SOCKS5 proxy server on the local end # Port of SOCKS5 proxy server on the local end
socks-port: 7891 # socks-port: 7891
# Transparent proxy server port for Linux and macOS # Transparent proxy server port for Linux and macOS
# redir-port: 7892 # redir-port: 7892
# HTTP(S) and SOCKS5 server on the same port # HTTP(S) and SOCKS5 server on the same port
# mixed-port: 7890 mixed-port: 7890
# authentication of local SOCKS5/HTTP(S) server # authentication of local SOCKS5/HTTP(S) server
# authentication: # authentication:
@ -52,7 +52,7 @@ external-controller: 127.0.0.1:9090
# secret: "" # secret: ""
# Outbound interface name # Outbound interface name
interface-name: en0 # interface-name: en0
# Static hosts for DNS server and connection establishment, only works # Static hosts for DNS server and connection establishment, only works
# when `dns.enhanced-mode` is `redir-host`. # when `dns.enhanced-mode` is `redir-host`.

View File

@ -1,14 +1,14 @@
# Port of HTTP(S) proxy server on the local end # Port of HTTP(S) proxy server on the local end
port: 7890 # port: 7890
# Port of SOCKS5 proxy server on the local end # Port of SOCKS5 proxy server on the local end
socks-port: 7891 # socks-port: 7891
# Transparent proxy server port for Linux and macOS # Transparent proxy server port for Linux and macOS
# redir-port: 7892 # redir-port: 7892
# HTTP(S) and SOCKS5 server on the same port # HTTP(S) and SOCKS5 server on the same port
# mixed-port: 7890 mixed-port: 7890
# authentication of local SOCKS5/HTTP(S) server # authentication of local SOCKS5/HTTP(S) server
# authentication: # authentication:
@ -52,7 +52,7 @@ external-controller: 127.0.0.1:9090
# secret: "" # secret: ""
# Outbound interface name # Outbound interface name
interface-name: en0 # interface-name: en0
# Static hosts for DNS server and connection establishment, only works # Static hosts for DNS server and connection establishment, only works
# when `dns.enhanced-mode` is `redir-host`. # when `dns.enhanced-mode` is `redir-host`.