Created
August 21, 2020 23:14
-
-
Save bloatfan/1f1d05efe86f9df83b5901f4dd4b5a36 to your computer and use it in GitHub Desktop.
vmess 配置文件
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": 8888, | |
"protocol": "vmess", | |
"settings": { | |
"clients": [ | |
{ | |
"id": "b4b24b02-08a8-4ad5-aff2-1bc10a15315b", | |
"alterId": 8 | |
} | |
] | |
}, | |
"streamSettings": { | |
"network":"ws" | |
} | |
} | |
], | |
"outbounds": [ | |
{ | |
"protocol": "freedom", | |
"settings": {} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment