diff --git a/Clash/China.yaml b/Clash/China.yaml index f30cecb..b39fcb4 100644 --- a/Clash/China.yaml +++ b/Clash/China.yaml @@ -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`. diff --git a/Clash/Global.yaml b/Clash/Global.yaml index 98c11c7..4e66dce 100644 --- a/Clash/Global.yaml +++ b/Clash/Global.yaml @@ -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`.