Forked from eycorsican/gist:aa8cdc1d39c3fa355c499f89a15b9753
Created
May 1, 2018 12:29
-
-
Save ReinForce-II/d34077b2fcac105e43274944d72e216c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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