删除不需要的 ServerTypeUnixProxy

This commit is contained in:
GoEdgeLab
2024-05-05 11:33:19 +08:00
parent f651271835
commit cf508a2771

View File

@@ -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",