forked from aminitiger/warponwarp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwarp2
79 lines (79 loc) · 3.71 KB
/
warp2
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
{
"route": { "geoip": {
"path": "geo-assets\\sagernet-sing-geoip-geoip.db"
}, "geosite": {
"path": "geo-assets\\sagernet-sing-geosite-geosite.db"
}, "rules": [
{ "inbound": "dns-in",
"outbound": "dns-out" },
{ "port": 53,
"outbound": "dns-out" },
{ "clash_mode": "Direct",
"outbound": "direct" },
{ "clash_mode": "Global",
"outbound": "select" }
], "auto_detect_interface": true,
"override_android_vpn": true },
"outbounds": [ { "type": "selector", "tag": "select",
"outbounds": [ "auto", "IP->Iran, Yotube:Geekmeek", "IP->Main, Yotube:Geekmeek"
], "default": "auto"
},
{
"type": "urltest",
"tag": "auto",
"outbounds": [
"IP->Iran, Yotube:Geekmeek",
"IP->Main, Yotube:Geekmeek"
],
"url": "http://cp.cloudflare.com/",
"interval": "10m0s"
},
{
"type": "wireguard",
"tag": "IP->Iran, Yotube:Geekmeek",
"local_address": [
"172.16.0.2/32",
"2606:4700:110:82fd:a8ee:eb6e:c0dc:a856/128"
],
"private_key": "0EJ0op8AmmGqQLjdqE1hzGW8zsMj4/jiZ2wIOv4HhEs=",
"server": "162.159.192.143",
"server_port": 1002,
"peer_public_key": "bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"reserved": [221,137,185],
"mtu": 1280,
"fake_packets": "5-10"
},
{
"type": "wireguard",
"tag": "IP->Main, Yotube:Geekmeek",
"detour": "IP->Iran, Yotube:Geekmeek",
"local_address": [
"172.16.0.2/32",
"2606:4700:110:8245:1cc7:e444:43c8:8567/128"
],
"private_key": "0ND3wgIR/+gBGhV6er3c//+GbjVswTszu3QX5xfRPmU=",
"server": "162.159.192.143",
"server_port": 1002,
"peer_public_key": "bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
"reserved": [253,4,160],
"mtu": 1280,
"fake_packets": "5-10"
},
{
"type": "dns",
"tag": "dns-out"
},
{
"type": "direct",
"tag": "direct"
},
{
"type": "direct",
"tag": "bypass"
},
{
"type": "block",
"tag": "block"
}
]
}