forked from ajksdhfueisde/test-ws
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwhitelist.yaml.example
More file actions
100 lines (84 loc) · 1.71 KB
/
whitelist.yaml.example
File metadata and controls
100 lines (84 loc) · 1.71 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
proxies:
- name: "ss1"
type: ss
server: 127.0.0.1
port: 8787
cipher: aes-256-gcm
password: "secret"
proxy-groups:
- name: PROXY
type: select
proxies:
- ss1
rule-providers:
reject:
behavior: "domain"
type: file
path: ./ruleset/reject.yaml
icloud:
behavior: "domain"
type: file
path: ./ruleset/icloud.yaml
apple:
behavior: "domain"
type: file
path: ./ruleset/apple.yaml
google:
behavior: "domain"
type: file
path: ./ruleset/google.yaml
proxy:
behavior: "domain"
type: file
path: ./ruleset/proxy.yaml
direct:
behavior: "domain"
type: file
path: ./ruleset/direct.yaml
private:
behavior: "domain"
type: file
path: ./ruleset/private.yaml
gfw:
behavior: "domain"
type: file
path: ./ruleset/gfw.yaml
greatfire:
behavior: "domain"
type: file
path: ./ruleset/greatfire.yaml
tld-not-cn:
behavior: "domain"
type: file
path: ./ruleset/tld-not-cn.yaml
telegramcidr:
behavior: "ipcidr"
type: file
path: ./ruleset/telegramcidr.yaml
cncidr:
behavior: "ipcidr"
type: file
path: ./ruleset/cncidr.yaml
lancidr:
behavior: "ipcidr"
type: file
path: ./ruleset/lancidr.yaml
applications:
behavior: "classical"
type: file
path: ./ruleset/applications.yaml
rules:
- RULE-SET,applications,DIRECT
- RULE-SET,private,DIRECT
- RULE-SET,reject,REJECT
- RULE-SET,icloud,DIRECT
- RULE-SET,apple,DIRECT
- RULE-SET,google,DIRECT
- RULE-SET,proxy,PROXY
- RULE-SET,direct,DIRECT
- RULE-SET,lancidr,DIRECT
- RULE-SET,cncidr,DIRECT
- RULE-SET,telegramcidr,PROXY
- GEOIP,LAN,DIRECT
- GEOIP,CN,DIRECT
- MATCH,PROXY