Create settings_hk.txt
Browse files- settings_hk.txt +277 -0
settings_hk.txt
ADDED
@@ -0,0 +1,277 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"log": {
|
3 |
+
"level": "warn",
|
4 |
+
"output": "box.log",
|
5 |
+
"timestamp": true
|
6 |
+
},
|
7 |
+
"dns": {
|
8 |
+
"servers": [
|
9 |
+
{
|
10 |
+
"tag": "dns-remote",
|
11 |
+
"address": "https://1.1.1.1/dns-query",
|
12 |
+
"address_resolver": "dns-direct"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"tag": "dns-trick-direct",
|
16 |
+
"address": "https://sky.rethinkdns.com/",
|
17 |
+
"detour": "direct-fragment"
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"tag": "dns-direct",
|
21 |
+
"address": "223.5.5.5",
|
22 |
+
"address_resolver": "dns-local",
|
23 |
+
"detour": "direct"
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"tag": "dns-local",
|
27 |
+
"address": "local",
|
28 |
+
"detour": "direct"
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"tag": "dns-block",
|
32 |
+
"address": "rcode://success"
|
33 |
+
}
|
34 |
+
],
|
35 |
+
"rules": [
|
36 |
+
{
|
37 |
+
"domain": "hk.lorana-aurelia.tech",
|
38 |
+
"server": "dns-direct"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"domain": "cp.cloudflare.com",
|
42 |
+
"server": "dns-remote",
|
43 |
+
"rewrite_ttl": 3000
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"rule_set": [
|
47 |
+
"geosite-ads",
|
48 |
+
"geosite-malware",
|
49 |
+
"geosite-phishing",
|
50 |
+
"geosite-cryptominers",
|
51 |
+
"geoip-malware",
|
52 |
+
"geoip-phishing"
|
53 |
+
],
|
54 |
+
"server": "dns-block"
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"domain_suffix": ".cn",
|
58 |
+
"server": "dns-direct"
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"rule_set": [
|
62 |
+
"geoip-cn",
|
63 |
+
"geosite-cn"
|
64 |
+
],
|
65 |
+
"server": "dns-direct"
|
66 |
+
}
|
67 |
+
],
|
68 |
+
"final": "dns-remote",
|
69 |
+
"static_ips": {
|
70 |
+
"sky.rethinkdns.com": [
|
71 |
+
"104.17.148.22",
|
72 |
+
"104.17.147.22",
|
73 |
+
"104.21.83.62",
|
74 |
+
"172.67.214.246",
|
75 |
+
"2606:4700:3030::6815:533e",
|
76 |
+
"2606:4700:3030::ac43:d6f6"
|
77 |
+
]
|
78 |
+
},
|
79 |
+
"independent_cache": true
|
80 |
+
},
|
81 |
+
"inbounds": [
|
82 |
+
{
|
83 |
+
"type": "mixed",
|
84 |
+
"tag": "mixed-in",
|
85 |
+
"listen": "0.0.0.0",
|
86 |
+
"listen_port": 12334,
|
87 |
+
"sniff": true,
|
88 |
+
"sniff_override_destination": true,
|
89 |
+
"set_system_proxy": true
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"type": "direct",
|
93 |
+
"tag": "dns-in",
|
94 |
+
"listen": "0.0.0.0",
|
95 |
+
"listen_port": 16450
|
96 |
+
}
|
97 |
+
],
|
98 |
+
"outbounds": [
|
99 |
+
{
|
100 |
+
"type": "selector",
|
101 |
+
"tag": "select",
|
102 |
+
"outbounds": [
|
103 |
+
"auto",
|
104 |
+
"香港BGP-VLESS-HTTP2-REALITY § 0"
|
105 |
+
],
|
106 |
+
"default": "auto",
|
107 |
+
"interrupt_exist_connections": true
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"type": "urltest",
|
111 |
+
"tag": "auto",
|
112 |
+
"outbounds": [
|
113 |
+
"香港BGP-VLESS-HTTP2-REALITY § 0"
|
114 |
+
],
|
115 |
+
"url": "http://cp.cloudflare.com",
|
116 |
+
"interval": "10m0s",
|
117 |
+
"tolerance": 1,
|
118 |
+
"idle_timeout": "30m0s",
|
119 |
+
"interrupt_exist_connections": true
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"type": "vless",
|
123 |
+
"tag": "香港BGP-VLESS-HTTP2-REALITY § 0",
|
124 |
+
"server": "hk.lorana-aurelia.tech",
|
125 |
+
"server_port": 16815,
|
126 |
+
"uuid": "3eb0b434-8266-44c6-b453-762de1a2e38d",
|
127 |
+
"tls": {
|
128 |
+
"enabled": true,
|
129 |
+
"server_name": "aws.amazon.com",
|
130 |
+
"utls": {
|
131 |
+
"enabled": true,
|
132 |
+
"fingerprint": "chrome"
|
133 |
+
},
|
134 |
+
"reality": {
|
135 |
+
"enabled": true,
|
136 |
+
"public_key": "R-XrZ1Vx9iKyrrObC9AtJ0cmGwNC_xXopMJuedXFwwY"
|
137 |
+
}
|
138 |
+
},
|
139 |
+
"transport": {
|
140 |
+
"type": "http",
|
141 |
+
"path": "/",
|
142 |
+
"method": "GET"
|
143 |
+
},
|
144 |
+
"packet_encoding": "xudp"
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"type": "dns",
|
148 |
+
"tag": "dns-out"
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"type": "direct",
|
152 |
+
"tag": "direct"
|
153 |
+
},
|
154 |
+
{
|
155 |
+
"type": "direct",
|
156 |
+
"tag": "direct-fragment",
|
157 |
+
"tls_fragment": {
|
158 |
+
"enabled": true,
|
159 |
+
"size": "10-30",
|
160 |
+
"sleep": "2-8"
|
161 |
+
}
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"type": "direct",
|
165 |
+
"tag": "bypass"
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"type": "block",
|
169 |
+
"tag": "block"
|
170 |
+
}
|
171 |
+
],
|
172 |
+
"route": {
|
173 |
+
"rules": [
|
174 |
+
{
|
175 |
+
"inbound": "dns-in",
|
176 |
+
"outbound": "dns-out"
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"port": 53,
|
180 |
+
"outbound": "dns-out"
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"rule_set": [
|
184 |
+
"geosite-ads",
|
185 |
+
"geosite-malware",
|
186 |
+
"geosite-phishing",
|
187 |
+
"geosite-cryptominers",
|
188 |
+
"geoip-malware",
|
189 |
+
"geoip-phishing"
|
190 |
+
],
|
191 |
+
"outbound": "block"
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"domain_suffix": ".cn",
|
195 |
+
"outbound": "direct"
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"rule_set": [
|
199 |
+
"geoip-cn",
|
200 |
+
"geosite-cn"
|
201 |
+
],
|
202 |
+
"outbound": "direct"
|
203 |
+
}
|
204 |
+
],
|
205 |
+
"rule_set": [
|
206 |
+
{
|
207 |
+
"type": "remote",
|
208 |
+
"tag": "geosite-ads",
|
209 |
+
"format": "binary",
|
210 |
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/block/geosite-category-ads-all.srs",
|
211 |
+
"update_interval": "120h0m0s"
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"type": "remote",
|
215 |
+
"tag": "geosite-malware",
|
216 |
+
"format": "binary",
|
217 |
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/block/geosite-malware.srs",
|
218 |
+
"update_interval": "120h0m0s"
|
219 |
+
},
|
220 |
+
{
|
221 |
+
"type": "remote",
|
222 |
+
"tag": "geosite-phishing",
|
223 |
+
"format": "binary",
|
224 |
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/block/geosite-phishing.srs",
|
225 |
+
"update_interval": "120h0m0s"
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"type": "remote",
|
229 |
+
"tag": "geosite-cryptominers",
|
230 |
+
"format": "binary",
|
231 |
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/block/geosite-cryptominers.srs",
|
232 |
+
"update_interval": "120h0m0s"
|
233 |
+
},
|
234 |
+
{
|
235 |
+
"type": "remote",
|
236 |
+
"tag": "geoip-phishing",
|
237 |
+
"format": "binary",
|
238 |
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/block/geoip-phishing.srs",
|
239 |
+
"update_interval": "120h0m0s"
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"type": "remote",
|
243 |
+
"tag": "geoip-malware",
|
244 |
+
"format": "binary",
|
245 |
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/block/geoip-malware.srs",
|
246 |
+
"update_interval": "120h0m0s"
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"type": "remote",
|
250 |
+
"tag": "geoip-cn",
|
251 |
+
"format": "binary",
|
252 |
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/country/geoip-cn.srs",
|
253 |
+
"update_interval": "120h0m0s"
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"type": "remote",
|
257 |
+
"tag": "geosite-cn",
|
258 |
+
"format": "binary",
|
259 |
+
"url": "https://raw.githubusercontent.com/hiddify/hiddify-geo/rule-set/country/geosite-cn.srs",
|
260 |
+
"update_interval": "120h0m0s"
|
261 |
+
}
|
262 |
+
],
|
263 |
+
"final": "select",
|
264 |
+
"auto_detect_interface": true,
|
265 |
+
"override_android_vpn": true
|
266 |
+
},
|
267 |
+
"experimental": {
|
268 |
+
"cache_file": {
|
269 |
+
"enabled": true,
|
270 |
+
"path": "clash.db"
|
271 |
+
},
|
272 |
+
"clash_api": {
|
273 |
+
"external_controller": "127.0.0.1:16756",
|
274 |
+
"secret": "nVKwIdlDwjhk08Fx"
|
275 |
+
}
|
276 |
+
}
|
277 |
+
}
|