【新增】支持 acme-dns DNS 验证方式

This commit is contained in:
LystranG
2026-03-22 12:08:57 +08:00
parent 82b96976d0
commit abb0cd6c97
9 changed files with 229 additions and 0 deletions

View File

@@ -201,6 +201,7 @@ func init() {
InsertIfNotExists(db, "access_type", map[string]any{"name": "btdomain", "type": "dns"}, []string{"name", "type"}, []any{"btdomain", "dns"})
InsertIfNotExists(db, "access_type", map[string]any{"name": "edgeone", "type": "dns"}, []string{"name", "type"}, []any{"edgeone", "dns"})
InsertIfNotExists(db, "access_type", map[string]any{"name": "acmedns", "type": "dns"}, []string{"name", "type"}, []any{"acmedns", "dns"})
err = sqlite_migrate.EnsureDatabaseWithTables(
"data/site_monitor.db",