cf change wip

This commit is contained in:
noot
2024-08-13 01:29:57 +08:00
parent e86de04a69
commit c38d2c6d0c
4 changed files with 142 additions and 493 deletions
+4 -4
View File
@@ -8,10 +8,10 @@ const PorkBun = require('./dns_provider/porkbun');
const LetsEncrypt = require('../utils/letsencrypt');
const conf = require('../conf');
let porkBun = new PorkBun(conf.porkBun.apiKey, conf.porkBun.secretApiKey);
let letsEncrypt = new LetsEncrypt({
directoryUrl: LetsEncrypt.AcmeClient.directory.letsencrypt.staging,
});
// let porkBun = new PorkBun(conf.porkBun.apiKey, conf.porkBun.secretApiKey);
// let letsEncrypt = new LetsEncrypt({
// directoryUrl: LetsEncrypt.AcmeClient.directory.letsencrypt.staging,
// });
class Host extends Table{