typo update for iptables

This commit is contained in:
n8fr8 2012-09-30 18:14:44 +05:30
parent 26464765a9
commit bcb162b154
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ public class TorTransProxy implements TorServiceConstants {
script.append(ipTablesPath);
script.append(" -t nat");
script.append(" -A OUTPUT -p udp");
script.appent(" -m owner ! --uid-owner ");
script.append(" -m owner ! --uid-owner ");
script.append(torUid);
script.append(" -m udp --dport ");
script.append(STANDARD_DNS_PORT);