Spaces:
Paused
Paused
File size: 1,259 Bytes
9e86602 |
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 72 73 74 75 |
# for forcerule.yml
[[custom_groups]]
name = "Proxy"
type = "select"
rule = [".*", "[]AUTO", "[]DIRECT", ".*"]
[[custom_groups]]
name = "AUTO"
type = "url-test"
rule = [".*"]
url = "http://www.gstatic.com/generate_204"
interval = 300
[[custom_groups]]
name = "google"
type = "select"
rule = [".*"]
[[custom_groups]]
name = "netflix"
type = "select"
rule = [".*"]
[[custom_groups]]
name = "动画疯"
type = "select"
rule = ["(深台|彰化|新北|台)"]
[[custom_groups]]
name = "fox+"
type = "select"
rule = ["(HGC|HKBN|PCCW|HKT|深台|彰化|新北|台|新加坡|sg|hk|tw)"]
[[custom_groups]]
name = "美区影视"
type = "select"
rule = ["(美|美国)"]
[[custom_groups]]
name = "Global_media"
type = "select"
rule = [".*"]
[[custom_groups]]
name = "Domestic"
type = "select"
rule = ["[]DIRECT", "[]Proxy"]
[[custom_groups]]
name = "Apple"
type = "select"
rule = ["[]DIRECT", "[]Proxy"]
[[custom_groups]]
name = "Final"
type = "select"
rule = ["[]Proxy", "[]DIRECT"]
[[custom_groups]]
name = "屏蔽广告"
type = "select"
rule = ["[]REJECT", "[]DIRECT"]
[[custom_groups]]
name = "UnblockNeteaseMusic"
type = "select"
rule = ["云音乐解锁", "[]DIRECT"]
[[custom_groups]]
name = "Telegram"
type = "select"
rule = ["新加坡", "[]Proxy"]
|