-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.uk.json
More file actions
49 lines (49 loc) · 924 Bytes
/
config.uk.json
File metadata and controls
49 lines (49 loc) · 924 Bytes
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
{
"inbounds": [{
"port": 443,
"protocol": "https-vpn",
"settings": {},
"streamSettings": {
"network": "h2",
"security": "tls",
"tlsSettings": {
"cipherSuites": "uk",
"certificates": [{
"certificateFile": "samples/server.crt",
"keyFile": "samples/server.key"
}]
}
}
}],
"outbounds": [{"protocol": "freedom"}],
"dns": {
"servers": ["8.8.8.8"]
},
"log": {
"loglevel": "warning"
},
"routing": {
"rules": [
{
"type": "field",
"outboundTag": "freedom",
"domain": []
}
]
},
"policy": {
"levels": {
"0": {
"handshake": 1,
"connIdle": 300,
"uplinkOnly": 2,
"downlinkOnly": 2,
"bufferSize": 3,
"domainStrategy": "AsIs",
"redirectUdp": false
}
}
},
"inboundDetour": [],
"outboundDetour": []
}