diff --git a/godns.go b/godns.go index fe6d64f..e9e7b11 100644 --- a/godns.go +++ b/godns.go @@ -28,7 +28,7 @@ func main() { func dns_loop(loop chan bool) { fmt.Println("Inside the loop...") - //time.Sleep(time.Second * 60 * 5) + time.Sleep(time.Second * 2) currentIP, _ := get_currentIP(Configuration.IP_Url) fmt.Println("Current IP is" + currentIP)