diff --git a/services/tor.nix b/services/tor.nix index eb62786..0795c08 100644 --- a/services/tor.nix +++ b/services/tor.nix @@ -5,6 +5,11 @@ enable = true; role = "relay"; }; - settings.Nickname = "Distrust"; + settings = { + Nickname = "Distrust"; + ORPort = 9001; + }; }; + + networking.firewall.allowedTCPPorts = [ 9001 ]; } diff --git a/site/index.html b/site/index.html index 1cf1be7..19106c4 100755 --- a/site/index.html +++ b/site/index.html @@ -70,7 +70,7 @@
  • Vaultwarden [tor] [clearnet] [hover]
  • Microbin (Paste) [tor] [clearnet]
  • -

    We also host nodes for Bitcoin (BTC), Monero (XMR), IPFS, and a TOR relay to strengthen their respective networks. They are all available over clearnet and TOR using this main webpages IP and .onion URL on ports 8333, 18080, and 4001 respectively.

    +

    We also host nodes for Bitcoin (BTC), Monero (XMR), IPFS, and a TOR relay to strengthen their respective networks. They are all available over clearnet and TOR using this main webpages IP and .onion URL on ports 8333, 18080, 4001, and 9001 respectively.

    All services have a strict no-metrics policy, with logs being kept for at most 1 hour (for debugging purposes).

    The server runs a hardened NixOS config, and is updated when appropriate for any security/hardening tweaks. This NixOS config is auditable and freely accessible over TOR and clearnet.

    If you are interested, email me with your desired username.