<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/DNS</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 06:52:32 GMT</pubDate>
<item>
<title>(Bash) Dig, without the cruft - cczona</title>
<link>http://snipplr.com/view/6040/dig-without-the-cruft/</link>
<description><![CDATA[ <p>If you pass the +short option to dig, it will give you a really short and sweet answer - just the IP address.

    $ dig fosswire.com +short
    208.113.149.33</p> ]]></description>
<pubDate>Tue, 29 Apr 2008 04:03:42 GMT</pubDate>
<guid>http://snipplr.com/view/6040/dig-without-the-cruft/</guid>
</item>
<item>
<title>(Bash) What records does this nameserver have for a given domain? - cczona</title>
<link>http://snipplr.com/view/5890/what-records-does-this-nameserver-have-for-a-given-domain/</link>
<description><![CDATA[ <p>Use 'host NAME SERVER' where:

* 'NAME' is some base domain name you want to know more about
* 'SERVER' is the IP address of a nameserver to be queried (typically you'll want to use one of the nameserver for the name you're inquiring about)</p> ]]></description>
<pubDate>Wed, 16 Apr 2008 16:27:22 GMT</pubDate>
<guid>http://snipplr.com/view/5890/what-records-does-this-nameserver-have-for-a-given-domain/</guid>
</item>
<item>
<title>(Bash) How to Flush Your DNS Cache on Apple Mac OS X - jonhenshaw</title>
<link>http://snipplr.com/view/2587/how-to-flush-your-dns-cache-on-apple-mac-os-x/</link>
<description><![CDATA[ <p>Run this command in the Terminal on Mac OS X to flush the DNS cache on your computer. This is especially helpful when making changes to the host file.</p> ]]></description>
<pubDate>Wed, 02 May 2007 15:18:42 GMT</pubDate>
<guid>http://snipplr.com/view/2587/how-to-flush-your-dns-cache-on-apple-mac-os-x/</guid>
</item>
<item>
<title>(Bash) Dynamic IP update (to DNS service like zoneedit or dyndns) inside a local LAN or behind a router - yuconner</title>
<link>http://snipplr.com/view/845/dynamic-ip-update-to-dns-service-like-zoneedit-or-dyndns-inside-a-local-lan-or-behind-a-router/</link>
<description><![CDATA[ <p>Useful if you are behind a router, or in a LAN, and you didn't make (or can't have) a  direct ppp connection to the ISP.
Change "myweb.com" to the correct hostname
For example to update zoneedit zone:
#update_dns_ip.sh
wget -O - --http-user= --http-passwd= 'http://dynamic.zoneedit.com/auth/dynamic.html?host='
(complete user, pass and host)</p> ]]></description>
<pubDate>Thu, 17 Aug 2006 20:53:13 GMT</pubDate>
<guid>http://snipplr.com/view/845/dynamic-ip-update-to-dns-service-like-zoneedit-or-dyndns-inside-a-local-lan-or-behind-a-router/</guid>
</item>
</channel>
</rss>