Remove sensitive keys from example configs to prevent people from using them

pull/148/head
Andy Wang 3 years ago
parent cfbf0dfcb6
commit a803d20970
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374

@ -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…
Cancel
Save