Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BachBahmani/9ddc1ffe72eb6add2c2fe58fcca48398 to your computer and use it in GitHub Desktop.
Save BachBahmani/9ddc1ffe72eb6add2c2fe58fcca48398 to your computer and use it in GitHub Desktop.
VLESS-XTLS-uTLS-REALITY
{
"log": {
"loglevel": "warning"
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
"ip": [
"geoip:cn"
],
"outboundTag": "block"
}
]
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "erfun",
"flow": "xtls-rprx-vision"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"show": false,
"dest": "virgool.io:443",
"xver": 0,
"serverNames": [
"virgool.io",
"www.virgool.io"
],
"privateKey": "copy the private key here",
"shortIds": [
"bc24",
"a2da53"
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
}
],
"policy": {
"levels": {
"0": {
"handshake": 2,
"connIdle": 120
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment