| commit | 1caed36cebccd7b8b13666667d044547bb6751dc | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Dec 13 16:29:43 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Dec 13 16:29:43 2023 +0400 |
| tree | af93a72a9f4d59c8e2a4e23ae49f6635bb9079b0 | |
| parent | cd9e42c008f77aee31c05e9d5f236472eb65fdd2 [diff] [blame] |
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 }