-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathconfig.json
More file actions
46 lines (43 loc) · 1.02 KB
/
config.json
File metadata and controls
46 lines (43 loc) · 1.02 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
{
"core": {
"test_url": "http://connectivitycheck.gstatic.com/generate_204",
"log_level": "warning",
"domain_strategy": "IPIFNonMatch",
"allow_insecure_tls": false,
"sniffing_enabled": true,
"inbound_ports": {
"socks": 10808,
"http": 10809
},
"dns": {
"enabled": true,
"fake_dns_enabled": true,
"local_port": 10853,
"remote_server": "https://8.8.8.8/dns-query",
"domestic_server": "1.1.1.2"
},
"routing_rules": {
"proxy": "",
"direct": "",
"block": ""
},
"fragment": {
"enabled": true,
"packets": "tlshello",
"length": "10-30",
"interval": "1-5"
},
"fake_host": {
"enabled": false,
"domain": "cloudflare.com"
},
"mux": {
"enabled": false,
"concurrency": 8
}
},
"warp_on_warp": {
"enabled": false,
"config_url": ""
}
}