diff --git a/index.html b/index.html index b2c5194..5618908 100644 --- a/index.html +++ b/index.html @@ -142,6 +142,7 @@
  • fr.tild3.org
  • freeshell.de
  • heathens.club
  • +
  • hextilde.xyz
  • insomnia247.nl
  • remotes.club
  • rw.rs
  • diff --git a/sync.py b/sync.py index c9e94ae..5883b35 100755 --- a/sync.py +++ b/sync.py @@ -15,6 +15,7 @@ ARGS = [ {'dn':'fr.tild3.org', 'sub': True}, {'dn':'freeshell.de', 'sub': False}, {'dn':'heathens.club', 'root': 'www', 'sub': False}, + {'dn':'hextilde.xyz', 'sub': True}, {'dn':'insomnia247.nl', 'dir': True, 'sub': True}, {'dn':'remotes.club', 'port': 9022, 'root': 'web', 'sub': True}, {'dn':'rw.rs', 'sub': False},