Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ReinForce-II/d34077b2fcac105e43274944d72e216c to your computer and use it in GitHub Desktop.

Select an option

Save ReinForce-II/d34077b2fcac105e43274944d72e216c to your computer and use it in GitHub Desktop.
{
"stats": {},
"api": {
"services": [
"StatsService"
],
"tag": "api"
},
"policy": {
"levels": {
"0": {
"connIdle": 300,
"downlinkOnly": 30,
"handshake": 4,
"uplinkOnly": 5,
"statsUserDownlink": true,
"statsUserUplink": true
}
}
},
"inbound": {
"port": 8002,
"protocol": "vmess",
"settings": {
"clients": [
{
"alterId": 64,
"email": "[email protected]",
"id": "e731f153-4f31-49d3-9e8f-ff8f396135ef",
"level": 0
}
],
"disableInsecureEncryption": true
},
"streamSettings": {
"network": "tcp"
}
},
"inboundDetour": [
{
"listen": "127.0.0.1",
"port": 10085,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbound": {
"protocol": "freedom",
"settings": {}
},
"routing": {
"settings": {
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
}
]
},
"strategy": "rules"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment