Oddbean new post about | logout
 Hi, I not familar with tor, but when you run a depot (nostr relay inside lume), you will have a local url like: ws://localhost:6090, then you can expose it to internet via any tunnel service like ngrok, cloudflare tunnel or tor if you know a way to setup

by default lume offer expose via localtunnel.me 
 I realise Nostr is inherently censorship-resistent, a tor integration would further help withy privacy though. 

As someone who lives in a CGNAT network, I have my ways to get around it, but other people on CGNAT unfortunately won't be able to expose 6090 without third-party services and specific VPN services - Which comes with a lot of dependencies. 

The most 'least-dependencies' way will likely be to create a tor hidden-service on the localhost that redirects 6090 into a tor tunnel, but this won't be an option for many. 

Great work either way, it's an amazing start, looking forward to seeing how it evolves.