Skip to content

Instantly share code, notes, and snippets.

@Ali-Razmjoo
Last active December 15, 2023 02:12
Show Gist options
  • Save Ali-Razmjoo/9fa1caa112571ac8b50396867afb3e1f to your computer and use it in GitHub Desktop.
Save Ali-Razmjoo/9fa1caa112571ac8b50396867afb3e1f to your computer and use it in GitHub Desktop.
{
"api": {
"services": [
"HandlerService",
"StatsService"
],
"tag": "api"
},
"dns": null,
"fakeDns": null,
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": false
},
"streamSettings": null,
"tag": "api"
},
{
"listen": null,
"port": 80,
"protocol": "vmess",
"settings": {
"clients": [],
"default": {
"alterId": 0,
"level": 0
},
"disableInsecureEncryption": false
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": false
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"acceptProxyProtocol": false,
"headers": {
"Connection": "keep-alive",
"Content-Type": "application/x-shockwave-flash, application/octet-stream, text/html, application/x-shockwave-flash",
"Pragma": "no-cache",
"Transfer-Encoding": "chunked"
},
"path": "/secologist"
}
},
"tag": "inbound-80"
}
],
"log": null,
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"policy": {
"levels": {
"0": {
"statsUserDownlink": true,
"statsUserUplink": true
}
},
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"reverse": null,
"routing": {
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
]
},
"stats": {
"port": 62789
},
"transport": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment