-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.json
39 lines (35 loc) · 1.03 KB
/
base.json
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
{
"outbounds": [
{
"type": "wireguard",
"tag": "Warp-IR",
"server": "162.159.195.93",
"server_port": 2506,
"local_address": [
"172.16.0.2/32",
"2606:4700:110:81ce:ac8:6185:22b4:2e93/128"
],
"private_key": "uGMI0FLxhgioJLcFoXXHBIS8nKNaxAkZfa619pp4UG0=",
"peer_public_key": "bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"reserved": "x771",
"mtu": 1280,
"fake_packets": "5-10"
},
{
"type": "wireguard",
"tag": "Warp-Main",
"detour": "Warp-IR",
"server": "162.159.195.93",
"server_port": 2506,
"local_address": [
"172.16.0.2/32",
"2606:4700:110:8c70:3022:5217:1309:dc1f/128"
],
"private_key": "mLlO/qw3toC/hKG+SYSmla6IA+11RNQRCwxYPxOLmhQ=",
"peer_public_key": "bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"reserved": "SyUQ",
"mtu": 1120,
"fake_packets": "5-10"
}
]
}