I want to use transparent proxying with iptables, but running sniffer,
iptraf or IDS from local DNS not desireable: I view connection to entry
node,<br>
but DNS resolve will be visiblble on the Exit node.<br>
<br>
Is it possible for some users, or root (UID=0) use provider DNS?<br>
<br>
like this:<br>
<br>
iptables -t nat -A OUTPUT-m owner --uid-owner $NON_TOR_USER_UID&nbsp;&nbsp; -j RETURN<br>
<br>
before:<br>
<br>
iptables -t nat -A OUTPUT&nbsp; -p udp --dport 53 -j REDIRECT --to-ports 53<br>
<br>
or any better idea?