Skip to content

Instantly share code, notes, and snippets.

@luoboQAQ
Last active December 26, 2022 05:30
Show Gist options
  • Save luoboQAQ/e2d2407069ff065d18aaa84fd3bb564e to your computer and use it in GitHub Desktop.
Save luoboQAQ/e2d2407069ff065d18aaa84fd3bb564e to your computer and use it in GitHub Desktop.
V2ray Config
[
{
"inboundTag": [],
"outboundTag": "block",
"domain": [
"geosite:category-ads-all"
],
"enabled": true
},
{
"inboundTag": [],
"outboundTag": "direct",
"domain": [
"geosite:apple-cn",
"geosite:category-games@cn",
"geosite:google-cn"
],
"enabled": true
},
{
"inboundTag": [],
"outboundTag": "proxy",
"domain": [
"domain:alienwarearena.com",
"domain:beta.bandainamcoent.eu",
"domain:bulianglin.com",
"domain:digitaloceanspaces.com",
"domain:dmhy.org",
"domain:erogamescape.dyndns.org",
"domain:freenom.com",
"domain:ip8.com",
"domain:iso.org",
"domain:iwara.tv",
"domain:onfido.com",
"domain:openai.com",
"domain:python.org",
"domain:rutracker.org",
"domain:scopus.com",
"domain:speedtest.net",
"domain:tnfvbblwhr.work",
"geosite:gfw",
"geosite:greatfire"
],
"enabled": true
},
{
"port": "0-65535",
"inboundTag": [],
"outboundTag": "direct",
"enabled": true
}
]
[
{
"port": "",
"inboundTag": [],
"outboundTag": "direct",
"ip": [],
"domain": [],
"protocol": [
"bittorrent"
],
"enabled": true
},
{
"type": "field",
"outboundTag": "block",
"domain": [
"geosite:category-ads-all"
],
"enabled": true
},
{
"type": "field",
"port": "",
"inboundTag": [],
"outboundTag": "direct",
"ip": [],
"domain": [
"geosite:apple-cn",
"geosite:category-games@cn",
"geosite:google-cn",
"geosite:tld-cn"
],
"protocol": [],
"enabled": true
},
{
"port": "",
"inboundTag": [],
"outboundTag": "proxy",
"ip": [],
"domain": [
"geosite:geolocation-!cn"
],
"protocol": [],
"enabled": true
},
{
"type": "field",
"port": "",
"inboundTag": [],
"outboundTag": "direct",
"ip": [
"geoip:cn",
"geoip:private"
],
"domain": [
"geosite:cn",
"geosite:private"
],
"protocol": [],
"enabled": true
},
{
"type": "field",
"port": "0-65535",
"outboundTag": "proxy",
"enabled": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment