-
Notifications
You must be signed in to change notification settings - Fork 0
/
route.json
71 lines (71 loc) · 3.53 KB
/
route.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"outboundTag": "block",
"ip": [
"geoip:private",
"58.87.70.69"
]
},
{
"type": "field",
"outboundTag": "direct",
"domain": [
"domain:zgovps.com"
]
},
{
"type": "field",
"outboundTag": "block",
"domain": [
"regexp:(api|ps|sv|offnavi|newvector|ulog.imap|newloc)(.map|).(baidu|n.shifen).com",
"regexp:(.+.|^)(360|so).(cn|com)",
"regexp:(Subject|HELO|SMTP)",
"regexp:(torrent|.torrent|peer_id=|info_hash|get_peers|find_node|BitTorrent|announce_peer|announce.php?passkey=)",
"regexp:(^.@)(guerrillamail|guerrillamailblock|sharklasers|grr|pokemail|spam4|bccto|chacuo|027168).(info|biz|com|de|net|org|me|la)",
"regexp:(.?)(xunlei|sandai|Thunder|XLLiveUD)(.)",
"regexp:(..||)(dafahao|mingjinglive|botanwang|minghui|dongtaiwang|falunaz|epochtimes|ntdtv|falundafa|falungong|wujieliulan|zhengjian).(org|com|net)",
"regexp:(ed2k|.torrent|peer_id=|announce|info_hash|get_peers|find_node|BitTorrent|announce_peer|announce.php?passkey=|magnet:|xunlei|sandai|Thunder|XLLiveUD|bt_key)",
"regexp:(.+.|^)(360|speedtest|fast).(cn|com|net)",
"regexp:(.*.||)(guanjia.qq.com|qqpcmgr|QQPCMGR)",
"regexp:(.*.||)(rising|kingsoft|duba|xindubawukong|jinshanduba).(com|net|org)",
"regexp:(.*.||)(netvigator|torproject).(com|cn|net|org)",
"regexp:(..||)(visa|mycard|gov|gash|beanfun|bank).",
"regexp:(.*.||)(gov|12377|12315|talk.news.pts.org|creaders|zhuichaguoji|efcc.org|cyberpolice|aboluowang|tuidang|epochtimes|nytimes|zhengjian|110.qq|mingjingnews|inmediahk|xinsheng|breakgfw|chengmingmag|jinpianwang|qi-gong|mhradio|edoors|renminbao|soundofhope|xizang-zhiye|bannedbook|ntdtv|12321|secretchina|dajiyuan|boxun|chinadigitaltimes|dwnews|huaglad|oneplusnews|epochweekly|cn.rfi).(cn|com|org|net|club|net|fr|tw|hk|eu|info|me)",
"regexp:(.*.||)(miaozhen|cnzz|talkingdata|umeng).(cn|com)",
"regexp:(.*.||)(mycard).(com|tw)",
"regexp:(.*.||)(gash).(com|tw)",
"regexp:(.bank.)",
"regexp:(.*.||)(pincong).(rocks)",
"regexp:(.*.||)(taobao).(com)",
"regexp:(.*.||)(laomoe|jiyou|ssss|lolicp|vv1234|0z|4321q|868123|ksweb|mm126).(com|cloud|fun|cn|gs|xyz|cc)",
"regexp:(flows|miaoko).(pages).(dev)"
]
},
{
"type": "field",
"outboundTag": "block",
"ip": [
"127.0.0.1/32",
"10.0.0.0/8",
"fc00::/7",
"fe80::/10",
"172.16.0.0/12"
]
},
{
"type": "field",
"outboundTag": "block",
"protocol": [
"bittorrent"
]
},
{
"type": "field",
"outboundTag": "block",
"port": "23,24,25,107,194,445,465,587,992,3389,6665-6669,6679,6697,6881-6999,7000"
}
]
}