mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-03 17:46:36 +08:00
10 lines
159 B
Go
10 lines
159 B
Go
package ipconfigs
|
|
|
|
type IPListAction = string
|
|
|
|
const (
|
|
IPListActionHTTP IPListAction = "http" // HTTP
|
|
IPListActionIPSet IPListAction = "ipset" // ipset
|
|
)
|
|
|