Would like to make a suggestion regarding Tor configuration.
It's just a bit for improved privacy which is to uncomment the following line in
/etc/tor/torrcExitPolicy reject *:*
~
Thanks, but I did include it exactly because of this already!
[6] Add the following contents, preferably in the right section (somewhere where there's
HiddenServiceDir stuff commented out).
HiddenServiceDir /var/lib/tor/electrs_hidden_service/
HiddenServiceVersion 3
HiddenServicePort 50001 127.0.0.1:50001
ExitPolicy reject *:* # no exits allowed
Just curious, wouldn't that config has no effect since the default torrc configuration isn't technically enabled your node as a Tor exit relay and by default Tor already rejects it as a default config? or is there something to do with running a hidden service?