mirror of
https://github.com/XrayR-project/XrayR-release.git
synced 2025-06-07 21:09:54 +00:00
Update geoip and geosite
This commit is contained in:
parent
a95b0da950
commit
1db489c096
@ -1,7 +1,8 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"tag": "IPv4_out",
|
"tag": "IPv4_out",
|
||||||
"protocol": "freedom"
|
"protocol": "freedom",
|
||||||
|
"settings": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"tag": "IPv6_out",
|
"tag": "IPv6_out",
|
||||||
@ -10,8 +11,18 @@
|
|||||||
"domainStrategy": "UseIPv6"
|
"domainStrategy": "UseIPv6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"tag": "socks5-warp",
|
||||||
|
"protocol": "socks",
|
||||||
|
"settings": {
|
||||||
|
"servers": [{
|
||||||
|
"address": "127.0.0.1",
|
||||||
|
"port": 1080
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"protocol": "blackhole",
|
"protocol": "blackhole",
|
||||||
"tag": "block"
|
"tag": "block"
|
||||||
}
|
}
|
||||||
]
|
]
|
BIN
config/geoip.dat
BIN
config/geoip.dat
Binary file not shown.
45419
config/geosite.dat
45419
config/geosite.dat
File diff suppressed because one or more lines are too long
@ -15,12 +15,22 @@
|
|||||||
"bittorrent"
|
"bittorrent"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "field",
|
||||||
|
"outboundTag": "socks5-warp",
|
||||||
|
"domain": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"outboundTag": "IPv6_out",
|
"outboundTag": "IPv6_out",
|
||||||
"domain": [
|
"domain": [
|
||||||
"geosite:netflix"
|
"geosite:netflix"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "field",
|
||||||
|
"outboundTag": "IPv4_out",
|
||||||
|
"network": "udp,tcp"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user