mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-05-25 14:14:14 +00:00
Fix the "address already in use" issue
This commit is contained in:
+1
-4
@@ -43,8 +43,5 @@ func main() {
|
||||
}
|
||||
|
||||
server := NewServer(conf)
|
||||
err = server.Start()
|
||||
if err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
_ = server.Start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user