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

update time

This commit is contained in:
Timothy 2014-05-12 23:21:17 +08:00
parent 936efcbdca
commit 7c4f680dc9

View File

@ -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)