Skip to content

Commit

Permalink
bugfix issue #271 fixes HiddenService creation by adding correct vers…
Browse files Browse the repository at this point in the history
…ion to the torrc.custom file
  • Loading branch information
Matthew Nelson committed Oct 18, 2019
1 parent bf72040 commit 3fbeeb2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1738,6 +1738,7 @@ else if (proxyPass != null)

extraLines.append("HiddenServiceDir" + ' ' + hsDirPath).append('\n');
extraLines.append("HiddenServicePort" + ' ' + HSOnionPort + " 127.0.0.1:" + HSLocalPort).append('\n');
extraLines.append("HiddenServiceVersion 2").append('\n');

if(HSAuthCookie == 1)
extraLines.append("HiddenServiceAuthorizeClient stealth " + HSname).append('\n');
Expand Down

0 comments on commit 3fbeeb2

Please sign in to comment.