You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
641 B

  1. config tor-hs common
  2. #option GenConf "/etc/tor/torrc_hs"
  3. option GenConf "/etc/tor/torrc_generated"
  4. option HSDir "/etc/tor/hidden_service"
  5. option RestartTor "true"
  6. option UpdateTorConf "true"
  7. #config hidden-service
  8. # option Name 'sshd'
  9. # option Description "Hidden service for ssh"
  10. # option Enabled 'false'
  11. # option IPv4 '127.0.0.1'
  12. # #public port=2222, local port=22
  13. # list PublicLocalPort '2222;22'
  14. #config hidden-service
  15. # option Name 'nextcloud'
  16. # option Description "Hidden service for Nextcloud"
  17. # option Enabled 'false'
  18. # option IPv4 '127.0.0.1'
  19. # option HookScript '/etc/tor/nextcloud-update.sh'
  20. # list PublicLocalPort '80;80'