1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

Update godns.go

This commit is contained in:
Timothy Ye 2016-05-22 16:28:21 +08:00
parent c65a34af40
commit fd6c410eaf

View File

@ -33,8 +33,7 @@ func main() {
} }
Configuration = LoadSettings(*optConf) Configuration = LoadSettings(*optConf)
dns_loop()
go dns_loop()
} }
func dns_loop() { func dns_loop() {