Anybody run a Tor-Only lighting node? Did you know Tor is being re-written in Rust, in order to be safer and faster. Its called Arti. Just recently they added support for connecting to hidden services which is the necessary piece for LN nodes.
Here is what you need to do:
```
{clone arti}
# build
cargo build -p arti --release
# start
target/release/arti -o address_filter.allow_onion_addrs=true proxy
```
Repo and more details here: