aussies,thunix,vern

This commit is contained in:
Marc Beninca 2023-03-10 18:23:01 +01:00
parent f353c7b941
commit bb8c8f9c9c
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ import subprocess
import pubnix
ARGS = [
{'dn':'aussies.space', 'sub': False},
# {'dn':'aussies.space', 'sub': False},
{'dn':'blinkenshell.org',
'ssh': 'ssh', 'port': 2222, 'web': 'u', 'sub': True},
{'dn':'ctrl-c.club', 'sub': False},
@ -21,6 +21,7 @@ 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},
@ -32,9 +33,8 @@ ARGS = [
{'dn':'tilde.town', 'sub': False},
{'dn':'tildevarsh.in', 'sub': True},
{'dn':'trash.town', 'sub': False},
{'dn':'vern.cc', 'sub': True},
# {'dn':'vern.cc', 'sub': True},
{'dn':'sdf.org', 'root': 'html', 'sub': True},
{'dn':'thunix.net', 'sub': False},
]
PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]