Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit fcebb29

Browse files
committed
Fixes thaliproject#130: Use IPv6 traffic for Socks Port
1 parent 97e1c17 commit fcebb29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

universal/src/main/java/com/msopentech/thali/toronionproxy/TorConfigBuilder.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ public TorConfigBuilder socksPort(String socksPort, String isolationFlag) {
395395
if (!isNullOrEmpty(isolationFlag)) {
396396
buffer.append(" ").append(isolationFlag);
397397
}
398+
buffer.append(" KeepAliveIsolateSOCKSAuth");
399+
buffer.append(" IPv6Traffic");
400+
buffer.append(" PreferIPv6");
401+
398402
buffer.append('\n');
399403
return this;
400404
}

0 commit comments

Comments
 (0)