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

pull/148/head
Andy Wang 4 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", "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…
Cancel
Save