mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-04-22 16:51:28 +00:00

Add Tor support for the relay service in the docker-compose file. Also, rename the service from `wot-relay` to `relay`. Add a new `torrc` configuration file and a `.gitignore` file in the `tor/data` directory to prevent sensitive data from being tracked. Also, create a new `docker-compose.tor.yml` file for Tor-specific configurations.
3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
HiddenServiceDir /var/lib/tor/relay
|
|
HiddenServicePort 80 relay:3334
|