<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Iodine (dns tunnel) on your Mac (to escape those evil firewalls)</title>
	<atom:link href="http://sadevil.org/blog/2008/07/07/iodine-dns-tunnel-on-your-mac-to-escape-those-evil-firewalls/feed/" rel="self" type="application/rss+xml" />
	<link>http://sadevil.org/blog/2008/07/07/iodine-dns-tunnel-on-your-mac-to-escape-those-evil-firewalls/</link>
	<description>... from Diana and Jan ...</description>
	<lastBuildDate>Tue, 02 Mar 2010 17:04:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joffie</title>
		<link>http://sadevil.org/blog/2008/07/07/iodine-dns-tunnel-on-your-mac-to-escape-those-evil-firewalls/comment-page-1/#comment-23477</link>
		<dc:creator>Joffie</dc:creator>
		<pubDate>Mon, 30 Mar 2009 12:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://sadevil.org/blog/?p=257#comment-23477</guid>
		<description>The line: NS=`grep nameserver /etc/resolv.conf&#124;head -1&#124;awk ‘{print $2}’` can also be written as:
NS=`awk &#039;/nameserver/ {print $2}&#039; /etc/resolv.conf &#124; head -n1`
Saves a useless grep. There is some more in the NStun.sh script.
GW=`netstat -rn&#124;grep -v Gateway&#124;grep G&#124;awk &#039;{print $2}&#039;`
Is suppose it searches for the line with the UG Flag. 
GW=`netstat -rn &#124; awk &#039;/UG/ {print $2}&#039;</description>
		<content:encoded><![CDATA[<p>The line: NS=`grep nameserver /etc/resolv.conf|head -1|awk ‘{print $2}’` can also be written as:<br />
NS=`awk &#8216;/nameserver/ {print $2}&#8217; /etc/resolv.conf | head -n1`<br />
Saves a useless grep. There is some more in the NStun.sh script.<br />
GW=`netstat -rn|grep -v Gateway|grep G|awk &#8216;{print $2}&#8217;`<br />
Is suppose it searches for the line with the UG Flag.<br />
GW=`netstat -rn | awk &#8216;/UG/ {print $2}&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
