mirror of https://github.com/cbeuw/Cloak
Remove sensitive keys from example configs to prevent people from using them
This commit is contained in:
parent
cfbf0dfcb6
commit
a803d20970
|
|
@ -2,8 +2,8 @@
|
||||||
"Transport": "direct",
|
"Transport": "direct",
|
||||||
"ProxyMethod": "shadowsocks",
|
"ProxyMethod": "shadowsocks",
|
||||||
"EncryptionMethod": "plain",
|
"EncryptionMethod": "plain",
|
||||||
"UID": "5nneblJy6lniPJfr81LuYQ==",
|
"UID": "---Your UID here---",
|
||||||
"PublicKey": "IYoUzkle/T/kriE+Ufdm7AHQtIeGnBWbhhlTbmDpUUI=",
|
"PublicKey": "---Public key here---",
|
||||||
"ServerName": "www.bing.com",
|
"ServerName": "www.bing.com",
|
||||||
"NumConn": 4,
|
"NumConn": 4,
|
||||||
"BrowserSig": "chrome",
|
"BrowserSig": "chrome",
|
||||||
|
|
|
||||||
|
|
@ -18,10 +18,10 @@
|
||||||
":80"
|
":80"
|
||||||
],
|
],
|
||||||
"BypassUID": [
|
"BypassUID": [
|
||||||
"1rmq6Ag1jZJCImLBIL5wzQ=="
|
"---Bypass UID here---"
|
||||||
],
|
],
|
||||||
"RedirAddr": "204.79.197.200:443",
|
"RedirAddr": "cloudflare.com",
|
||||||
"PrivateKey": "EN5aPEpNBO+vw+BtFQY2OnK9bQU7rvEj5qmnmgwEtUc=",
|
"PrivateKey": "---Private key here---",
|
||||||
"AdminUID": "5nneblJy6lniPJfr81LuYQ==",
|
"AdminUID": "---Admin UID here---",
|
||||||
"DatabasePath": "userinfo.db"
|
"DatabasePath": "userinfo.db"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue