Created
September 27, 2017 19:24
-
-
Save stefanlasiewski/456bdb5476ecce9cdfee67127c42d92b to your computer and use it in GitHub Desktop.
DNS for SFDPH.ORG doesn't resolve. www.SFDPH.ORG does
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tested from a Mac command-line | |
$ dig +noall +answer SFDPH.ORG | |
$ dig +noall +answer www.SFDPH.ORG | |
www.sfdph.org. 1638 IN CNAME evqf8.x.incapdns.net. | |
evqf8.x.incapdns.net. 29 IN A 199.83.131.153 | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment