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},