From 13600528af846cfa1662817ad7b48ff735685900 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 May 2022 12:06:48 +0200 Subject: [PATCH] freeshell --- index.html | 1 + sync.py | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 2abd84e..13fe2ae 100644 --- a/index.html +++ b/index.html @@ -114,6 +114,7 @@
  • dimension.sh
  • envs.net
  • fr.~.org
  • +
  • freeshell.de
  • heathens.club
  • insomnia247.nl
  • remotes.club
  • diff --git a/sync.py b/sync.py index 1898820..c9e94ae 100755 --- a/sync.py +++ b/sync.py @@ -13,6 +13,7 @@ ARGS = [ {'dn':'dimension.sh', 'sub': True}, {'dn':'envs.net', 'sub': True}, {'dn':'fr.tild3.org', 'sub': True}, + {'dn':'freeshell.de', 'sub': False}, {'dn':'heathens.club', 'root': 'www', 'sub': False}, {'dn':'insomnia247.nl', 'dir': True, 'sub': True}, {'dn':'remotes.club', 'port': 9022, 'root': 'web', 'sub': True},