Skip to content

Commit

Permalink
thinking about ipv6 compatibility ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Sep 25, 2012
1 parent d3143ed commit c4c3bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsdns-dc.sh
Expand Up @@ -87,7 +87,7 @@ then
fi fi


# get and set our current IP address # get and set our current IP address
IP=`curl -s -k http://icanhazip.com` IP=`curl -s -k http://ipv4.icanhazip.com`


# Check the RS DNS servers for the current A Record # Check the RS DNS servers for the current A Record
ARECORD=`dig @ns.rackspace.com +short -t a $NAME` ARECORD=`dig @ns.rackspace.com +short -t a $NAME`
Expand Down

0 comments on commit c4c3bd3

Please sign in to comment.