feat(dns): support use multiple root domains (#51)

This commit is contained in:
Li4n0
2022-01-07 23:48:45 +08:00
committed by GitHub
parent fc505b0733
commit 913e0f78db
11 changed files with 59 additions and 41 deletions
+1
View File
@@ -310,6 +310,7 @@ func (s *Server) Run() {
if !s.Enable {
s.listener.Close()
}
s.livingLock.Unlock()
}()
s.listener.Accept()