mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-04-28 17:15:18 +08:00
阶段性提交
This commit is contained in:
8
internal/configs/serverconfigs/ip_version.go
Normal file
8
internal/configs/serverconfigs/ip_version.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package serverconfigs
|
||||
|
||||
type IPVersion = string
|
||||
|
||||
const (
|
||||
IPv4 IPVersion = "4"
|
||||
IPv6 IPVersion = "6"
|
||||
)
|
||||
Reference in New Issue
Block a user