sing-box/constant/network.go
2022-07-01 16:58:18 +08:00

7 lines
68 B
Go

package constant
const (
NetworkTCP = "tcp"
NetworkUDP = "udp"
)