Skip to content

Commit

Permalink
去掉策略组内的直连声明,Surge 3 已经内置直参数
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackl0us committed Oct 11, 2018
1 parent fe687c3 commit 58e485d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions LAZY_RULES/Surge/Surge 3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ hide-udp = false
# -----------------------------

[Proxy]
DIRECT = direct
ProxyHTTP = http, 1.2.3.4, 443, username, password, skip-common-name-verify=false
ProxyHTTPS = http, 1.2.3.4, 443, username, password, tls=true // 等价于 "https, 1.2.3.4, 443, username, password"
ProxySOCKS5 = socks5, 1.2.3.4, 443, username, password
ProxySOCKS5TLS = socks5, 1.2.3.4, 443, username, password, tls=true
SSproxy = ss, 1.2.3.4, 1025, encrypt-method=加密方式, password=密码, (obfs=http|tls, obfs-host=混淆域名, udp-relay=true|false, tfo=true|false) //括号 ( ) 内为可选参数

[Proxy Group]
Proxy = select, DIRECT, ProxyHTTP, ProxyHTTPS, ProxySOCKS5, ProxySOCKS5TLS, SSproxy
Proxy = select, ProxyHTTP, ProxyHTTPS, ProxySOCKS5, ProxySOCKS5TLS, SSproxy

[Rule]
# 自定义规则
Expand Down

0 comments on commit 58e485d

Please sign in to comment.