refactor: dns设置

pull/180/head
xiaojunnuo 2020-10-28 01:44:40 +08:00
parent be85a6c0e9
commit 62c023875a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
dnsConfig
}, callback) {
// Don't reject unauthorized
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
if (!caCertPath && !caKeyPath) {
const rs = this.createCA()