fea: ceci name proxy support.

This commit is contained in:
Daniel Ding
2025-04-17 11:53:22 +08:00
parent 522733592b
commit 32bd526dec
15 changed files with 276 additions and 90 deletions

View File

@@ -114,7 +114,7 @@ func (s *Switch) Correct() {
s.Alias = GetAlias()
}
CorrectAddr(&s.Listen, 10002)
SetListen(&s.Listen, 10002)
if s.Http == nil {
s.Http = &Http{}
}