File tree 2 files changed +42
-18
lines changed
V2rayNG/app/src/main/assets
2 files changed +42
-18
lines changed Original file line number Diff line number Diff line change 42
42
]
43
43
},
44
44
{
45
- "remarks": "代理GFW",
46
- "outboundTag": "proxy",
47
- "domain": [
48
- "geosite:gfw",
49
- "geosite:greatfire"
50
- ]
51
- },
52
- {
53
- "remarks": "代理Google等",
45
+ "remarks": "代理IP",
54
46
"outboundTag": "proxy",
55
47
"ip": [
56
48
"1.0.0.1",
65
57
"geoip:twitter"
66
58
]
67
59
},
60
+ {
61
+ "remarks": "代理GFW",
62
+ "outboundTag": "proxy",
63
+ "domain": [
64
+ "geosite:gfw",
65
+ "geosite:greatfire"
66
+ ]
67
+ },
68
68
{
69
69
"remarks": "最终直连",
70
70
"port": "0-65535",
Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "remarks": "Google cn",
4
+ "outboundTag": "proxy",
5
+ "domain": [
6
+ "domain:googleapis.cn",
7
+ "domain:gstatic.com"
8
+ ]
9
+ },
2
10
{
3
11
"remarks": "阻断udp443",
4
12
"outboundTag": "block",
30
38
"remarks": "绕过中国IP",
31
39
"outboundTag": "direct",
32
40
"ip": [
41
+ "223.5.5.5/32",
42
+ "223.6.6.6/32",
43
+ "2400:3200::1/128",
44
+ "2400:3200:baba::1/128",
45
+ "119.29.29.29/32",
46
+ "1.12.12.12/32",
47
+ "120.53.53.53/32",
48
+ "2402:4e00::/128",
49
+ "2402:4e00:1::/128",
50
+ "180.76.76.76/32",
51
+ "2400:da00::6666/128",
52
+ "114.114.114.114/32",
53
+ "114.114.115.115/32",
54
+ "180.184.1.1/32",
55
+ "180.184.2.2/32",
56
+ "101.226.4.6/32",
57
+ "218.30.118.6/32",
58
+ "123.125.81.6/32",
59
+ "140.207.198.6/32",
33
60
"geoip:cn"
34
61
]
35
62
},
36
63
{
37
64
"remarks": "绕过中国域名",
38
65
"outboundTag": "direct",
39
66
"domain": [
67
+ "domain:dns.alidns.com",
68
+ "domain:doh.pub",
69
+ "domain:dot.pub",
70
+ "domain:doh.360.cn",
71
+ "domain:dot.360.cn",
40
72
"geosite:cn",
41
73
"geosite:geolocation-cn"
42
74
]
43
75
},
44
- {
45
- "remarks": "Google CN",
46
- "outboundTag": "proxy",
47
- "domain": [
48
- "domain:googleapis.cn",
49
- "domain:gstatic.com"
50
- ]
51
- },
52
76
{
53
77
"remarks": "最终代理",
54
78
"port": "0-65535",
55
79
"outboundTag": "proxy"
56
80
}
57
- ]
81
+ ]
You can’t perform that action at this time.
0 commit comments