Skip to content

Instantly share code, notes, and snippets.

@JoshuaFox
Created April 14, 2021 09:35
Show Gist options
  • Save JoshuaFox/5b4af62e07dd170231ffd7a632ad48e8 to your computer and use it in GitHub Desktop.
Save JoshuaFox/5b4af62e07dd170231ffd7a632ad48e8 to your computer and use it in GitHub Desktop.
My current DNS setup
~ % dig joshuafox.com
;; ANSWER SECTION:
joshuafox.com. 3600 IN A 185.199.109.153
joshuafox.com. 3600 IN A 185.199.108.153
joshuafox.com. 3600 IN A 185.199.110.153
joshuafox.com. 3600 IN A 185.199.111.153
~ % dig www.joshuafox.com
;; ANSWER SECTION:
www.joshuafox.com. 86400 IN CNAME joshuafox.github.io.
joshuafox.github.io. 3600 IN A 185.199.108.153
joshuafox.github.io. 3600 IN A 185.199.109.153
joshuafox.github.io. 3600 IN A 185.199.110.153
joshuafox.github.io. 3600 IN A 185.199.111.153
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment