diff --git a/pkg/serverconfigs/server_types.go b/pkg/serverconfigs/server_types.go index 6eb748f..d6a1175 100644 --- a/pkg/serverconfigs/server_types.go +++ b/pkg/serverconfigs/server_types.go @@ -11,7 +11,6 @@ const ( ServerTypeHTTPProxy ServerType = "httpProxy" ServerTypeHTTPWeb ServerType = "httpWeb" ServerTypeTCPProxy ServerType = "tcpProxy" - ServerTypeUnixProxy ServerType = "unixProxy" ServerTypeUDPProxy ServerType = "udpProxy" ) @@ -78,11 +77,6 @@ func FindAllServerProtocols() []maps.Map { "code": "tls", "serverTypes": []ServerType{ServerTypeTCPProxy}, }, - { - "name": "Unix", - "code": "unix", - "serverTypes": []ServerType{ServerTypeUnixProxy}, - }, { "name": "UDP", "code": "udp",