Skip to content

Instantly share code, notes, and snippets.

@ErFUN-KH
Last active December 2, 2023 17:28
Show Gist options
  • Select an option

  • Save ErFUN-KH/0e52696818c8c808900ac294b9010e62 to your computer and use it in GitHub Desktop.

Select an option

Save ErFUN-KH/0e52696818c8c808900ac294b9010e62 to your computer and use it in GitHub Desktop.
V2ray-new
{
"log": {
"loglevel": "warning",
"access": "/var/log/xray/access.log",
"error": "/var/log/xray/error.log"
},
"inbounds": [{
"port": 10000,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "50b9be5c-18f8-f885-965a-36d5a334cee4",
"level": 1,
"alterId": 64
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/update-data"
}
}
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
}
@a899zzz7828zaaa
Copy link

[](url)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment