minor code format change
This commit is contained in:
parent
b225703988
commit
63c4e97355
|
@ -274,8 +274,8 @@ public class TorTransProxy implements TorServiceConstants {
|
||||||
script.append(port);
|
script.append(port);
|
||||||
script.append(" -j ACCEPT");
|
script.append(" -j ACCEPT");
|
||||||
script.append(" || exit\n");
|
script.append(" || exit\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Allow loopback
|
// Allow loopback
|
||||||
script.append(ipTablesPath);
|
script.append(ipTablesPath);
|
||||||
script.append(" -t filter");
|
script.append(" -t filter");
|
||||||
|
|
Loading…
Reference in New Issue