forked from x0sina/marzban-sub
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdefault.json
100 lines (100 loc) · 2.04 KB
/
default.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
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
{
"log": {
"level": "warn",
"timestamp": true
},
"dns": {
"servers": [
{
"tag": "dns_proxy",
"address": "1.1.1.1",
"address_resolver": "dns_direct",
"strategy": "prefer_ipv4",
"detour": "Internet"
},
{
"tag": "dns_direct",
"address": "local",
"strategy": "prefer_ipv4",
"detour": "direct"
},
{
"tag": "dns_block",
"address": "rcode://success"
}
],
"rules": [
{
"geosite": "private",
"server": "dns_direct"
},
{
"outbound": "any",
"server": "dns_direct"
}
],
"fakeip": {},
"independent_cache": true
},
"inbounds": [
{
"type": "tun",
"mtu": 1400,
"inet4_address": "172.19.0.1/30",
"inet6_address": "fdfe:dcba:9876::1/126",
"auto_route": true,
"strict_route": true,
"endpoint_independent_nat": true,
"stack": "mixed",
"sniff": true
}
],
"outbounds": [
{
"type": "Ручной выбор",
"tag": "Internet",
"outbounds": null
},
{
"type": "Замер скорости",
"tag": "⚡️ Самый быстрый",
"outbounds": null,
"url": "https://www.gstatic.com/generate_204",
"interval": "1m0s"
},
{
"type": "direct",
"tag": "direct"
},
{
"type": "block",
"tag": "block"
},
{
"type": "dns",
"tag": "dns-out"
}
],
"route": {
"geoip": {
"download_url": "https://github.com/soffchen/sing-geoip/releases/latest/download/geoip.db",
"download_detour": "direct"
},
"geosite": {
"download_url": "https://github.com/soffchen/sing-geosite/releases/latest/download/geosite.db",
"download_detour": "direct"
},
"rules": [
{
"protocol": "dns",
"outbound": "dns-out"
},
{
"geoip": "private",
"outbound": "direct"
}
],
"auto_detect_interface": true
},
"experimental": {}
}