增加DNS服务商账号管理

This commit is contained in:
GoEdgeLab
2020-11-11 21:32:11 +08:00
parent 1011af4510
commit 6d7d87aa11
15 changed files with 2651 additions and 320 deletions

View File

@@ -0,0 +1,9 @@
package ipconfigs
type IPListAction = string
const (
IPListActionHTTP IPListAction = "http" // HTTP
IPListActionIPSet IPListAction = "ipset" // ipset
)