删除一直未实现的Unix协议相关内容

This commit is contained in:
刘祥超
2024-04-14 17:12:42 +08:00
parent 2b26064c7d
commit 1e428c6a71
8 changed files with 1 additions and 87 deletions

View File

@@ -108,14 +108,6 @@ func (this *IndexAction) RunGet(params struct {
})
}
}
if config.Unix != nil && config.Unix.IsOn {
for _, listen := range config.Unix.Listen {
portMaps = append(portMaps, maps.Map{
"protocol": listen.Protocol,
"portRange": listen.Host,
})
}
}
if config.UDP != nil && config.UDP.IsOn {
for _, listen := range config.UDP.Listen {
portMaps = append(portMaps, maps.Map{