mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-24 06:35:19 +08:00
增加DNS服务商账号管理
This commit is contained in:
9
pkg/serverconfigs/ipconfigs/actions.go
Normal file
9
pkg/serverconfigs/ipconfigs/actions.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package ipconfigs
|
||||
|
||||
type IPListAction = string
|
||||
|
||||
const (
|
||||
IPListActionHTTP IPListAction = "http" // HTTP
|
||||
IPListActionIPSet IPListAction = "ipset" // ipset
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user