mirror of
https://github.com/alantang1977/X.git
synced 2024-11-05 18:23:09 +02:00
Add files via upload
This commit is contained in:
parent
f4bb54c2a5
commit
aef7ca7527
5 changed files with 4 additions and 56 deletions
Binary file not shown.
|
@ -1 +1 @@
|
||||||
d7a1abd58a2317375cf4f1e4d280c3f2
|
2712a639e7419ef50ab6a15b303fe882
|
||||||
|
|
BIN
lib/aliproxy.gz
BIN
lib/aliproxy.gz
Binary file not shown.
|
@ -1 +1 @@
|
||||||
dbc91df13302db1ca90c154548652eca
|
187057b8751119647f2e1253341ac29c
|
||||||
|
|
|
@ -8,11 +8,13 @@
|
||||||
{
|
{
|
||||||
"tag": "remote",
|
"tag": "remote",
|
||||||
"address": "https://8.8.8.8/dns-query",
|
"address": "https://8.8.8.8/dns-query",
|
||||||
|
"strategy": "prefer_ipv4",
|
||||||
"detour": "select"
|
"detour": "select"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tag": "local",
|
"tag": "local",
|
||||||
"address": "https://223.5.5.5/dns-query",
|
"address": "https://223.5.5.5/dns-query",
|
||||||
|
"strategy": "prefer_ipv4",
|
||||||
"detour": "direct"
|
"detour": "direct"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -36,30 +38,6 @@
|
||||||
{
|
{
|
||||||
"clash_mode": "Direct",
|
"clash_mode": "Direct",
|
||||||
"server": "local"
|
"server": "local"
|
||||||
},
|
|
||||||
{
|
|
||||||
"rule_set": "geosite-geolocation-cn",
|
|
||||||
"server": "local"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "logical",
|
|
||||||
"mode": "and",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"rule_set": "geosite-geolocation-!cn",
|
|
||||||
"invert": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"rule_set": "geoip-cn"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"server": "local"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"rule_set": "geosite-geolocation-!cn",
|
|
||||||
"query_type":["A","AAAA"],
|
|
||||||
"server": "fakeip",
|
|
||||||
"rewrite_ttl": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fakeip": {
|
"fakeip": {
|
||||||
|
@ -201,36 +179,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outbound": "block"
|
"outbound": "block"
|
||||||
},
|
|
||||||
{
|
|
||||||
"rule_set": [
|
|
||||||
"geoip-cn",
|
|
||||||
"geosite-geolocation-cn"
|
|
||||||
],
|
|
||||||
"outbound": "direct"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rule_set": [
|
|
||||||
{
|
|
||||||
"type": "remote",
|
|
||||||
"tag": "geoip-cn",
|
|
||||||
"format": "binary",
|
|
||||||
"url": "https://raw.githubusercontent.com/SagerNet/sing-geoip/rule-set/geoip-cn.srs",
|
|
||||||
"download_detour": "select"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "remote",
|
|
||||||
"tag": "geosite-geolocation-cn",
|
|
||||||
"format": "binary",
|
|
||||||
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-geolocation-cn.srs",
|
|
||||||
"download_detour": "select"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "remote",
|
|
||||||
"tag": "geosite-geolocation-!cn",
|
|
||||||
"format": "binary",
|
|
||||||
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-geolocation-!cn.srs",
|
|
||||||
"download_detour": "select"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"auto_detect_interface": false
|
"auto_detect_interface": false
|
||||||
|
|
Loading…
Reference in a new issue