this post was submitted on 18 Oct 2023
1 points (100.0% liked)
Self-Hosted Main
504 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not illegal but I wouldn't run an exit node, exit's are what reach out to the clear net so any illegal activity it might be used for would appear to be coming from your IP address. You can successfully defend yourself in court over this, many have, but is it worth the hassle?
Tor Relays you can run easily enough but keep in mind many organizations get the IP addresses of tor relays/exits (they are all published online) and block them all so you may find your home IP getting randomly blocked by certain companies and you won't be able to explain it away.
If you want to run something at home consider a bridge, those are unpublished and must be manually connected to after requesting one from a country that censors Tor.
Relays/Exit nodes I would run on VPS instances if you want to contribute to the network, make sure they support/approve exit nodes, many do but have some reverse dns stuff you must setup to mention tor-exit and be sure the http page tor exits host is working, this is how they avoid the legal consequences of random illegal activity coming out of a tor exit if they don't support exits just run a relay.
Thanks for the info, but what does this mean??
Exit nodes host a basic http page explaining its an exit and what that means so they are easily identifiable as a tor exit if you browse to their IP in a browser.
thanks!