mirror of https://github.com/ginuerzh/gost
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.
28 lines
481 B
28 lines
481 B
{
|
|
"Retries": 1,
|
|
"Debug": false,
|
|
"ServeNodes": [
|
|
":12345"
|
|
],
|
|
"ChainNodes": [
|
|
"http://:8080"
|
|
],
|
|
|
|
"Routes": [
|
|
{
|
|
"Retries": 1,
|
|
"ServeNodes": [
|
|
"ws://:1443"
|
|
],
|
|
"ChainNodes": [
|
|
"socks://:192.168.1.1:1080"
|
|
]
|
|
},
|
|
{
|
|
"Retries": 3,
|
|
"ServeNodes": [
|
|
"quic://:443"
|
|
]
|
|
}
|
|
]
|
|
}
|