Skip to content

Instantly share code, notes, and snippets.

@bloatfan
Created August 21, 2020 23:14
Show Gist options
  • Save bloatfan/1f1d05efe86f9df83b5901f4dd4b5a36 to your computer and use it in GitHub Desktop.
Save bloatfan/1f1d05efe86f9df83b5901f4dd4b5a36 to your computer and use it in GitHub Desktop.
vmess 配置文件
{
"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