-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsing-box-via-usque.example.json
More file actions
57 lines (57 loc) · 985 Bytes
/
Copy pathsing-box-via-usque.example.json
File metadata and controls
57 lines (57 loc) · 985 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
50
51
52
53
54
55
56
57
{
"log": {
"level": "info"
},
"dns": {
"servers": [
{
"tag": "cloudflare",
"type": "tls",
"server": "1.1.1.1"
}
]
},
"inbounds": [
{
"type": "tun",
"tag": "tun-in",
"interface_name": "sb-tun",
"address": ["172.19.0.1/30"],
"auto_route": true,
"strict_route": false,
"stack": "system"
}
],
"outbounds": [
{
"type": "socks",
"tag": "usque-out",
"server": "127.0.0.1",
"server_port": 1080,
"version": "5"
},
{
"type": "direct",
"tag": "direct"
}
],
"route": {
"auto_detect_interface": true,
"rules": [
{
"ip_cidr": [
"162.159.198.0/24",
"162.159.61.0/24",
"188.114.96.0/24",
"188.114.97.0/24"
],
"outbound": "direct"
},
{
"protocol": "dns",
"outbound": "direct"
}
],
"final": "usque-out"
}
}