You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
850 B
38 lines
850 B
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|