Skip to content

Instantly share code, notes, and snippets.

@farrrr
Created September 30, 2019 16:53
Show Gist options
  • Select an option

  • Save farrrr/ff4ad9399f034ef531b77d6ea9f0cb5b to your computer and use it in GitHub Desktop.

Select an option

Save farrrr/ff4ad9399f034ef531b77d6ea9f0cb5b to your computer and use it in GitHub Desktop.
{
"log": {
"access": "/dev/null",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
},
"inbounds": [
{
"port": 80,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "d439b1d5-57d2-8ebc-c1b8-c49d725af7ee",
"level": 1,
"alterId": 64
}
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment