From c6292715dc22ce3860f3a11add0df3b080892005 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 6 Nov 2025 00:40:34 +0000 Subject: [PATCH] changes --- services/tor.nix | 7 ++++++- site/index.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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.