1.4.5.2
This commit is contained in:
8
EdgeCommon/pkg/serverconfigs/ip_version.go
Normal file
8
EdgeCommon/pkg/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