<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to block websites with your internal dns server</title>
	<link>http://www.fissore.org/blog/how-to-block-websites-with-your-internal-dns-server/</link>
	<description>When everybody thinks alike, nobody is really thinking</description>
	<pubDate>Wed, 08 Feb 2012 06:55:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Willy</title>
		<link>http://www.fissore.org/blog/how-to-block-websites-with-your-internal-dns-server/#comment-10517</link>
		<dc:creator>Willy</dc:creator>
		<pubDate>Tue, 16 Dec 2008 15:50:03 +0000</pubDate>
		<guid>http://www.fissore.org/blog/how-to-block-websites-with-your-internal-dns-server/#comment-10517</guid>
		<description>A better way is to use an iptables rule like
iptables -A OUTPUT -d 69.63.178.11 -j DROP
(but you need to know every alias for facebook).

This is better because if you know IP address of a site you can bypass DNS.

Best regards friends</description>
		<content:encoded><![CDATA[<p>A better way is to use an iptables rule like<br />
iptables -A OUTPUT -d 69.63.178.11 -j DROP<br />
(but you need to know every alias for facebook).</p>
<p>This is better because if you know IP address of a site you can bypass DNS.</p>
<p>Best regards friends</p>
]]></content:encoded>
	</item>
</channel>
</rss>

