This commit is contained in:
Marc Beninca 2022-10-27 09:58:36 +02:00
parent 6dc3bda889
commit 0bb836bfb8

View file

@ -20,7 +20,6 @@ ARGS = [
{'dn':'remotes.club', 'port': 9022, 'root': 'web', 'sub': True},
{'dn':'rw.rs', 'sub': False},
{'dn':'squiggle.city', 'sub': False},
{'dn':'thunix.net', 'sub': False},
{'dn':'tilde.cafe', 'sub': True},
{'dn':'tilde.club', 'sub': False},
{'dn':'tilde.fun', 'root': 'html', 'sub': False},
@ -34,6 +33,7 @@ ARGS = [
{'dn':'vern.cc', 'sub': True},
{'dn':'sdf.org', 'root': 'html', 'sub': True},
{'dn':'southlondon.cc', 'sub': False},
{'dn':'thunix.net', 'sub': False},
]
PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]