-
-
Save yxjxx/c1746bd970accefeeb42 to your computer and use it in GitHub Desktop.
Surge config for SSLedge (Sample)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Proxy] | |
# 为了方便将来修改,将可用服务器写成 Proxy 形式 | |
US = protocol, us.server.com, port1, username, password | |
JP = protocol, jp.server.com, port2, username, password | |
# 要用美服,就把美服那行复制到下面,然后改叫 SSLEDGE | |
SSLEDGE = protocol, us.server.com, port1, username, password | |
# 要换日服,就把日服那行复制到下面,然后改叫 SSLEDGE | |
# 同名 Proxy,Surge 只保留最后一个 | |
SSLEDGE = protocol, jp.server.com, port2, username, password | |
[Rule] | |
DOMAIN-KEYWORD,twitter,SSLEDGE,tcp-force | |
GEOIP,CN,DIRECT | |
FINAL,SSLEDGE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment