Last active
February 26, 2020 04:23
-
-
Save lewangdev/1f99937f5f338c7c56ec5fbf146befa7 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
{ | |
"inbounds": [ | |
{ | |
"port": 1082, | |
"protocol": "socks", | |
"settings": { | |
"auth": "noauth" | |
} | |
}, | |
{ | |
"port": 1081, | |
"protocol": "dokodemo-door", | |
"settings": { | |
"network": "tcp", | |
"timeout": 30, | |
"followRedirect": true | |
} | |
} | |
], | |
"outbounds": [ | |
{ | |
"protocol": "vmess", | |
"settings": { | |
"vnext": [ | |
{ | |
"address": "v2vary.example.com", | |
"port": 12345, | |
"users": [ | |
{ | |
"id": "353e204c-dc23-46d2-a6eb-3619da439c89", | |
"alterId": 64 | |
} | |
] | |
} | |
] | |
} | |
} | |
] | |
} |
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
{ | |
"inbounds": [ | |
{ | |
"port": 12345, | |
"protocol": "vmess", | |
"settings": { | |
"clients": [ | |
{ | |
"id": "353e204c-dc23-46d2-a6eb-3619da439c89", | |
"alterId": 64 | |
} | |
] | |
} | |
} | |
], | |
"outbounds": [ | |
{ | |
"protocol": "freedom", | |
"settings": {} | |
} | |
] | |
} |
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
{ | |
"inbounds": [ | |
{ | |
"listen":"127.0.0.1", | |
"port": 1111, | |
"protocol": "vmess", | |
"settings": { | |
"clients": [ | |
{ | |
"id": "353e204c-dc23-46d2-a6eb-3619da439c89", | |
"alterId": 64 | |
} | |
] | |
}, | |
"streamSettings": { | |
"network": "ws", | |
"wsSettings": { | |
"path": "/ws" | |
} | |
} | |
} | |
], | |
"outbounds": [ | |
{ | |
"protocol": "freedom", | |
"settings": {} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment