chore(config): use openvpn protocol string field instead of TCP bool
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
package helpers
|
||||
|
||||
func TCPPtrToString(tcp *bool) string {
|
||||
if *tcp {
|
||||
return "TCP"
|
||||
}
|
||||
return "UDP"
|
||||
}
|
||||
Reference in New Issue
Block a user