installer-env: automate dns update with registrar
diff --git a/core/installer/tasks/dns.go b/core/installer/tasks/dns.go
index 4a33670..02d8fee 100644
--- a/core/installer/tasks/dns.go
+++ b/core/installer/tasks/dns.go
@@ -123,6 +123,7 @@
 		}
 		check := func(check Check) error {
 			addrs, err := net.LookupIP(name)
+			fmt.Printf("DNS LOOKUP: %+v\n", addrs)
 			if err == nil && gotExpectedIPs(addrs) {
 				return err
 			}