chore(constants): internal/constants/vpn package
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
OpenVPN = "openvpn"
|
||||
Wireguard = "wireguard"
|
||||
)
|
||||
|
||||
const (
|
||||
// TCP is a network protocol (reliable and slower than UDP).
|
||||
TCP string = "tcp"
|
||||
6
internal/constants/vpn/protocol.go
Normal file
6
internal/constants/vpn/protocol.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package vpn
|
||||
|
||||
const (
|
||||
OpenVPN = "openvpn"
|
||||
Wireguard = "wireguard"
|
||||
)
|
||||
Reference in New Issue
Block a user