thunix
This commit is contained in:
parent
6dc3bda889
commit
0bb836bfb8
1 changed files with 1 additions and 1 deletions
2
sync.py
2
sync.py
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue