mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
update time
This commit is contained in:
parent
936efcbdca
commit
7c4f680dc9
2
godns.go
2
godns.go
@ -28,7 +28,7 @@ func main() {
|
|||||||
|
|
||||||
func dns_loop(loop chan bool) {
|
func dns_loop(loop chan bool) {
|
||||||
fmt.Println("Inside the loop...")
|
fmt.Println("Inside the loop...")
|
||||||
//time.Sleep(time.Second * 60 * 5)
|
time.Sleep(time.Second * 2)
|
||||||
|
|
||||||
currentIP, _ := get_currentIP(Configuration.IP_Url)
|
currentIP, _ := get_currentIP(Configuration.IP_Url)
|
||||||
fmt.Println("Current IP is" + currentIP)
|
fmt.Println("Current IP is" + currentIP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user