42 lines
963 B
JSON
42 lines
963 B
JSON
{
|
|
"servers": [{
|
|
"ProxyBook": {
|
|
"tunnel": [
|
|
"tcp",
|
|
"127.0.0.1:1194"
|
|
]
|
|
},
|
|
"BindAddr": [
|
|
"127.0.0.1:1972"
|
|
],
|
|
"BypassUID": [
|
|
"%UID_HERE%"
|
|
],
|
|
"RedirAddr": "yandex.ru",
|
|
"PrivateKey": "PRIV_KEY_HERE",
|
|
"DatabasePath": "userinfo.db"
|
|
}],
|
|
"clients": [{
|
|
"listen": {
|
|
"ip": "127.0.0.1",
|
|
"port": 1234,
|
|
"proto": "tcp"
|
|
},
|
|
"connect": {
|
|
"ip": "127.0.0.1",
|
|
"port": 1972
|
|
},
|
|
"config": {
|
|
"Transport": "direct",
|
|
"ProxyMethod": "wg",
|
|
"EncryptionMethod": "plain",
|
|
"UID": "UID_HERE",
|
|
"PublicKey": "PUB_KEY_HERE",
|
|
"ServerName": "yandex.ru",
|
|
"NumConn": 4,
|
|
"BrowserSig": "chrome",
|
|
"StreamTimeout": 300
|
|
}
|
|
}]
|
|
}
|