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