Greetings! This is an advisory about ns1.linuxmafia.com DNS nameserver downtime having ended. Root cause: AT&T (_not_ my ISP) sabotaged my ASDL at their local exchange around 8am Tueday, then took about 2 days and 7 hours to find and fix their problem. All services are back.
ns1.linuxmafia.com is back to doing auth. nameservice, as arranged, for the following domains of yours:
balug.org (slave) sf-lug.com (slave) sf-lug.org (slave)
Evidence below is via fugly shell script ~/bin/testns that I just cranked out:
#!/bin/bash domain=$1 for ns in $(whois $domain | grep "Name Server" | \ awk '{ print $3 }' | tr '\r\n' ' '); do echo -n $ns 'is '; dig +short @"$ns". $domain. SOA | awk '{print $3}'; done
:r! bin/testns balug.org NS1.LINUXMAFIA.COM is 1540540908 NS1.SVLUG.ORG is 1540540908 NS1.BALUG.ORG is 1540540908
:r! bin/testns sf-lug.com NS.PRIMATE.NET is 1540541199 NS1.LINUXMAFIA.COM is 1540541199 NS1.SF-LUG.COM is 1540541199
:r! bin/testns sf-lug.org NS1.LINUXMAFIA.COM is 1540541435 NS.PRIMATE.NET is 1539414019 NS1.SVLUG.ORG is 1540541435 NS1.SF-LUG.ORG is 1540541435