Created
May 12, 2014 22:12
-
-
Save codykrieger/4a1199e5d6c48998ae19 to your computer and use it in GitHub Desktop.
manager.linode.com DNS stuff
This file contains hidden or 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
No hosts file modifications: | |
% dscacheutil -q host -a name manager.linode.com | |
name: manager.linode.com | |
ipv6_address: 2600:3c00::34 | |
ipv6_address: 2600:3c00::14 | |
ipv6_address: 2600:3c00::24 | |
name: manager.linode.com | |
ip_address: 72.14.191.204 | |
ip_address: 69.164.200.204 | |
ip_address: 72.14.180.204 | |
Addition of "72.14.180.204 manager.linode.com" to hosts file: | |
% dscacheutil -q host -a name manager.linode.com | |
name: manager.linode.com | |
ipv6_address: 2600:3c00::34 | |
ipv6_address: 2600:3c00::14 | |
ipv6_address: 2600:3c00::24 | |
name: manager.linode.com | |
ip_address: 72.14.180.204 | |
Addition of "2600:3c00::34 manager.linode.com" to hosts file: | |
% dscacheutil -q host -a name manager.linode.com | |
name: manager.linode.com | |
ipv6_address: 2600:3c00::34 | |
name: manager.linode.com | |
ip_address: 72.14.180.204 | |
No hosts file modifications, but with dnsmasq hard-coded to return a single address for manager.linode.com lookups: | |
% dscacheutil -q host -a name manager.linode.com | |
name: manager.linode.com | |
ip_address: 72.14.180.204 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment