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",
|
||||
"ProxyMethod": "shadowsocks",
|
||||
"EncryptionMethod": "plain",
|
||||
"UID": "5nneblJy6lniPJfr81LuYQ==",
|
||||
"PublicKey": "IYoUzkle/T/kriE+Ufdm7AHQtIeGnBWbhhlTbmDpUUI=",
|
||||
"UID": "---Your UID here---",
|
||||
"PublicKey": "---Public key here---",
|
||||
"ServerName": "www.bing.com",
|
||||
"NumConn": 4,
|
||||
"BrowserSig": "chrome",
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@
|
|||
":80"
|
||||
],
|
||||
"BypassUID": [
|
||||
"1rmq6Ag1jZJCImLBIL5wzQ=="
|
||||
"---Bypass UID here---"
|
||||
],
|
||||
"RedirAddr": "204.79.197.200:443",
|
||||
"PrivateKey": "EN5aPEpNBO+vw+BtFQY2OnK9bQU7rvEj5qmnmgwEtUc=",
|
||||
"AdminUID": "5nneblJy6lniPJfr81LuYQ==",
|
||||
"RedirAddr": "cloudflare.com",
|
||||
"PrivateKey": "---Private key here---",
|
||||
"AdminUID": "---Admin UID here---",
|
||||
"DatabasePath": "userinfo.db"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue