Create config_client.json

This commit is contained in:
zw0 2018-03-29 23:44:50 +08:00 committed by GitHub
parent e4e5a3c88a
commit f6d25c0453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,46 @@
{
"log":{
"loglevel":"warning"
},
"inbound":{
"port":6789,
"listen":"127.0.0.1",
"protocol":"socks",
"settings":{
"auth":"noauth",
"udp":false,
"ip":"127.0.0.1"
}
},
"outbound":{
"protocol":"socks",
"settings":{
"servers":[
{
"address":"you server",
"port": 443,
"users":[
{
"user":"hello",
"pass":"3.1415",
"level":0
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "tls"
}
},
"policy":{
"levels":{
"0":{
"uplinkOnly":0
}
}
}
}