Has the plug been pulled on had-pilot.com?

    $ dig +noall +ans +auth +add -t ns had-pilot.com @a.gtld-servers.net.
    had-pilot.com.          172800  IN      NS      ns1.had-pilot.com.
    had-pilot.com.          172800  IN      NS      ns2.had-pilot.com.
    ns1.had-pilot.com.      172800  IN      A       129.6.100.200
    ns2.had-pilot.com.      172800  IN      A       129.6.100.202

    $ dig +noall +add -t ns had-pilot.com @a.gtld-servers.net. |
        awk '{print $NF}' |
        while read ip; do
            echo "@$ip."
            dig +norecur +noall +comment +ans -t ns had-pilot.com @$ip
        done
    @129.6.100.200.
    ;; connection timed out; no servers could be reached
    @129.6.100.202.
    ;; connection timed out; no servers could be reached

-- 
        Viktor

_______________________________________________
dane mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/dane

Reply via email to