Skip to content

Instantly share code, notes, and snippets.

Created August 8, 2017 17:09
Show Gist options
  • Save anonymous/2a568fa2e7220c4066e0aab3acdc7459 to your computer and use it in GitHub Desktop.
Save anonymous/2a568fa2e7220c4066e0aab3acdc7459 to your computer and use it in GitHub Desktop.
{
"log": {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
},
"inbound": {
"port": 36688,
"listen": null,
"protocol": "vmess",
"settings": {
"auth": null,
"udp": false,
"ip": null,
"clients": [
{
"id": "9bfc7dad-a58e-402d-b069-8cd3e88a9a1b",
"alterId": 64,
"security": null
}
]
},
"streamSettings": {
"network": "kcp",
"security": "",
"tcpSettings": null,
"kcpSettings": {
"mtu": 1350,
"tti": 50,
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": false,
"readBufferSize": 2,
"writeBufferSize": 2,
"header": {
"type": "wechat-video",
"request": null,
"response": null
}
},
"wsSettings": null
}
},
"outbound": {
"tag": null,
"protocol": "freedom",
"settings": null,
"streamSettings": null,
"mux": null
},
"inboundDetour": null,
"outboundDetour": [
{
"protocol": "blackhole",
"settings": null,
"tag": "blocked"
}
],
"dns": null,
"routing": {
"strategy": "rules",
"settings": {
"domainStrategy": null,
"rules": [
{
"type": "field",
"port": null,
"outboundTag": "blocked",
"ip": [
"0.0.0.0/8",
"10.0.0.0/8",
"100.64.0.0/10",
"127.0.0.0/8",
"169.254.0.0/16",
"172.16.0.0/12",
"192.0.0.0/24",
"192.0.2.0/24",
"192.168.0.0/16",
"198.18.0.0/15",
"198.51.100.0/24",
"203.0.113.0/24",
"::1/128",
"fc00::/7",
"fe80::/10"
],
"domain": null
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment