mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
9 lines
No EOL
545 B
Text
9 lines
No EOL
545 B
Text
# Enable log (otherwise, tor doesn't seemd to deploy onion address)
|
|
Log notice file /var/log/tor/notices.log
|
|
# Enable single hop routing (2 options below are dependencies of third). Will reduce latency in exchange of anonimity (since tor runs alongside xftp-server and onion address will be displayed in clients, this is totally fine)
|
|
SOCKSPort 0
|
|
HiddenServiceNonAnonymousMode 1
|
|
HiddenServiceSingleHopMode 1
|
|
# xftp-server hidden service host directory and port mappings
|
|
HiddenServiceDir /etc/tor/simplex-xftp/
|
|
HiddenServicePort 443 localhost:443 |