Skip to content

Commit

Permalink
Update surgeNew.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
scomper committed Jul 31, 2021
1 parent a4c09d8 commit bb1f1bc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions surgeNew.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ test-timeout = 5
network-framework = false
tls-provider = default
force-http-engine-hosts = router.com, www.router.com
wifi-assist = false
ipv6 = true
wifi-assist = true
hybrid = true
ipv6 = false
use-local-host-item-for-proxy = true
read-etc-hosts = false
dns-server = 223.5.5.5, 223.6.6.6, 114.114.114.114, 8.8.4.4
Expand All @@ -36,7 +37,7 @@ Proxy04 = vmess, abc-cn.com, 443, username = 用户名, tfo=true
Snell = snell, abc-cn.com, 443, psk=密码, obfs=tls, obfs-host=github.com, version=2, tfo=true

[Proxy Group]
Proxy = select, Auto, Scene, Speed, Balance, Snell, Games
Proxy = select, Auto, Scene, Speed, Balance, Snell, no-alert=0, hidden=0
AdBlock = select, Ad-GIF, Ad-Block, Ad-Pass
Scene = ssid, default = Auto, cellular = Speed, "SSIDNAME" = Auto
Auto = fallback, Proxy01,Proxy02,Proxy03,Proxy04, timeout=0, interval=0
Expand All @@ -62,8 +63,8 @@ DOMAIN-SUFFIX,scomper.me,DIRECT,notification-text="Welcome to scomper's blog."
DOMAIN-SUFFIX,access-sngapm.qcloud.com,AdBlock
AND,((PROCESS-NAME,Telegram), (OR,((IP-CIDR,0.0.0.0/8), (IP-CIDR,224.0.0.0/4)))),REJECT
# PS4 的IP,让游戏机走单独的代理,代理需要支持 UDP
SRC-IP,10.0.1.206,Games
# DOMAIN-SET 广告过滤,自行选择开启
# SRC-IP,10.0.1.206,Games
# DOMAIN-SET
DOMAIN-SET,https://raw.githubusercontent.com/privacy-protection-tools/anti-AD/master/anti-ad-surge2.txt,AdBlock
# DOMAIN-SET,https://raw.githubusercontent.com/scomper/surge-list/master/domain-set/adaway.txt,AdBlock
# DOMAIN-SET,https://raw.githubusercontent.com/scomper/surge-list/master/domain-set/annoyances-filter.txt,AdBlock
Expand All @@ -81,10 +82,11 @@ RULE-SET,https://github.com/scomper/surge-list/raw/master/cn.list,DIRECT
RULE-SET,https://github.com/scomper/surge-list/raw/master/video.list,Proxy
RULE-SET,https://github.com/scomper/surge-list/raw/master/blocked.list,Proxy
RULE-SET,https://github.com/scomper/surge-list/raw/master/telegram.list,Proxy
IP-CIDR6,2409::/16,DIRECT,no-resolve
RULE-SET,LAN,DIRECT
# GeoIP CN
GEOIP,CN,DIRECT
AND,((PROTOCOL,UDP),(DEST-PORT,443)),REJECT-NO-DROP
AND,((PROTOCOL,UDP), (DEST-PORT,443)),REJECT-NO-DROP
PROTOCOL,UDP,Proxy
FINAL,Proxy,dns-failed

Expand Down

0 comments on commit bb1f1bc

Please sign in to comment.