From dabc06f9fb0c50af728bb24b467eb79c6c168ad1 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 2 Mar 2025 11:00:41 +0100 Subject: [PATCH] updated simplex tutorial w/ cronjobs --- opsec/anonsimplex/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/opsec/anonsimplex/index.html b/opsec/anonsimplex/index.html index 60e8c14..3437682 100644 --- a/opsec/anonsimplex/index.html +++ b/opsec/anonsimplex/index.html @@ -525,6 +525,16 @@ xftp://emX7ForsbdpIscNiDZ6b0HTbfFUayn00C1wmeVTofYA=@wg54vc6p3dscshywvt2wninachqo

Or you can list your simplex servers on public lists like this one:

+

Optional but recommended: Since you are using docker containers, you can easily automate keeping them updated with a simple cronjob:

+

+[ Wonderland ] [ /dev/pts/4 ] [~]
+→ crontab -e
+
+#daily simplex containers update
+0 0 * * * docker-compose -f /srv/simplex/docker-compose.yml pull ;  docker-compose -f /srv/simplex/docker-compose.yml down; docker-compose -f /srv/simplex/docker-compose.yml up -d
+
+
+

Once that's done, we can go ahead and add the servers in our simplex client: