mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-09 07:05:37 +08:00
删除一直未实现的Unix协议相关内容
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user