From cf508a27717bdca7a6727f91de4c2efb0ac6ee46 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 5 May 2024 11:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9A=84=20ServerTypeUnixProxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/serverconfigs/server_types.go | 6 ------ 1 file changed, 6 deletions(-) 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",