Create config.json

pull/62/head
wulabing 2018-11-22 13:07:59 +08:00 committed by GitHub
parent 90a4e0dc4c
commit 4c60b767d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
tls/config.json Normal file
View File

@ -0,0 +1,29 @@
{
"inbounds": [
{
"port": 10000,
"listen":"127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "b831381d-6324-4d53-ad4f-8cda48b30811",
"alterId": 64
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/ray"
}
}
}
],
"outbound": [
{
"protocol": "freedom",
"settings": {}
}
]
}