hs.tmpl 372 B

1234567891011
  1. ${include:common.i}
  2. SocksPort 0
  3. Address $ip
  4. HiddenServiceDir ${dir}/hidden_service
  5. # SSH is usually a popular service that is running. This is really just to make
  6. # a quick way to test the HS with torsocks and have an app at the other end.
  7. #HiddenServicePort 6000 127.0.0.1:22
  8. # Redirect requests to the port used by chutney verify
  9. HiddenServicePort 5858 127.0.0.1:4747