-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathsing-box.json
More file actions
111 lines (106 loc) · 2.22 KB
/
Copy pathsing-box.json
File metadata and controls
111 lines (106 loc) · 2.22 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
101
102
103
104
105
106
107
108
109
110
111
{
"dns": {
"servers": [
{
"tag":"google",
"address":"tls://1.1.1.1",
"detour":"wireguard-out"
},
{
"tag":"local",
"address":"114.114.114.114",
"detour":"direct"
}
]
},
"inbounds":[
{
"type": "mixed",
"listen":"::",
"listen_port":1080
},
{
"type": "vmess",
"tag": "vmess-in",
"listen": "::",
"listen_port": 2001,
"users": [
{
"name": "sekai",
"uuid": "11112222-3333-4444-aaaa-bbbbccccdddd",
"alterId": 0
}
],
"tls": {},
"transport": {
"type": "ws",
"path": "/vm",
"headers": {},
"max_early_data": 0,
"early_data_header_name": "Sec-WebSocket-Protocol"
}
},
{
"type": "vless",
"tag": "vless-in",
"listen": "::",
"listen_port": 2002,
"users": [
{
"name": "sek",
"uuid": "11112222-3333-4444-aaaa-bbbbccccdddd"
}
],
"tls": {},
"transport": {
"type": "ws",
"path": "/vm",
"headers": {},
"max_early_data": 0,
"early_data_header_name": "Sec-WebSocket-Protocol"
}
},
{
"listen":"::",
"listen_port":2000,
"type":"socks"
}
],
"outbounds":[
{
"type":"wireguard",
"tag":"wireguard-out",
"server":"162.159.192.100",
"server_port":4198,
"local_address":[
"172.16.0.2/32",
"2606:4700:110:8d96:10c5:f63:c86a:d18/128"
],
"private_key":"YNddtyMhBktWpMua1NCCMYL2vyMzL1+7D2J5PRCtnnQ=",
"peer_public_key":"bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"reserved":[
64,
150,
182
],
"mtu":1280
},
{
"type":"direct",
"tag":"direct",
"domain_strategy":"prefer_ipv4"
},
{
"type":"direct",
"tag":"warp-IPv4-out",
"detour":"wireguard-out",
"domain_strategy":"ipv4_only"
},
{
"type":"direct",
"tag":"warp-IPv6-out",
"detour":"wireguard-out",
"domain_strategy":"ipv6_only"
}
]
}