Skip to content

Instantly share code, notes, and snippets.

@Mic92
Last active April 15, 2017 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/82c256ab2ef950f57e97ee0875b33c53 to your computer and use it in GitHub Desktop.
Save Mic92/82c256ab2ef950f57e97ee0875b33c53 to your computer and use it in GitHub Desktop.
Non-anonymous single hop tor services
# /etc/tor/instances/matchbox/torrc
# trade anonymity of the service for speed/latency
# by decreasing the number of intermediate hops from 6 to 3.
# on debian this requires tor from testing (06-01-2016)
SocksPort 0
HiddenServiceNonAnonymousMode 1
HiddenServiceSingleHopMode 1
HiddenServiceDir /var/lib/tor-instances/matchbox/ssh
HiddenServicePort 22 127.0.0.1:22
HiddenServiceDir /var/lib/tor-instances/matchbox/rauter-ssh
HiddenServicePort 22 172.23.75.225:22
HiddenServicePort 80 172.23.75.225:80
# the following requires tor-geoipdb on debian
# choose an exit node in your country to reduce latency.
ExitNodes {de}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment