mirror of https://github.com/cbeuw/Cloak
Fix example config indent
This commit is contained in:
parent
e2d4ab7376
commit
935b481ad2
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"Transport": "direct",
|
"Transport": "direct",
|
||||||
"ProxyMethod":"shadowsocks",
|
"ProxyMethod": "shadowsocks",
|
||||||
"EncryptionMethod":"plain",
|
"EncryptionMethod": "plain",
|
||||||
"UID":"5nneblJy6lniPJfr81LuYQ==",
|
"UID": "5nneblJy6lniPJfr81LuYQ==",
|
||||||
"PublicKey":"IYoUzkle/T/kriE+Ufdm7AHQtIeGnBWbhhlTbmDpUUI=",
|
"PublicKey": "IYoUzkle/T/kriE+Ufdm7AHQtIeGnBWbhhlTbmDpUUI=",
|
||||||
"ServerName":"www.bing.com",
|
"ServerName": "www.bing.com",
|
||||||
"NumConn":4,
|
"NumConn": 4,
|
||||||
"BrowserSig": "chrome",
|
"BrowserSig": "chrome",
|
||||||
"StreamTimeout": 300
|
"StreamTimeout": 300
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue