tilde.cafe,tilde.pink

This commit is contained in:
Marc Beninca 2021-02-05 11:05:09 +01:00
parent b1113494b5
commit 252ee184f8
2 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,7 @@ HOSTS = (
('rwx.work', 'https://blog.rwx.work'), ('rwx.work', 'https://blog.rwx.work'),
('envs.net', 'https://mspe.envs.net'), ('envs.net', 'https://mspe.envs.net'),
('tilde.team', 'https://mspe.tilde.team'), ('tilde.team', 'https://mspe.tilde.team'),
('tilde.cafe', 'https://mspe.tilde.cafe'),
('tilde.institute', 'https://mspe.tilde.institute'), ('tilde.institute', 'https://mspe.tilde.institute'),
('tilde.club', 'https://tilde.club/~mspe'), ('tilde.club', 'https://tilde.club/~mspe'),
('remotes.club', 'https://mspe.remotes.club'), ('remotes.club', 'https://mspe.remotes.club'),
@ -33,6 +34,7 @@ HOSTS = (
('theasylum.team', 'https://theasylum.team/~mspe'), ('theasylum.team', 'https://theasylum.team/~mspe'),
('tilde.town', 'https://tilde.town/~mspe'), ('tilde.town', 'https://tilde.town/~mspe'),
('tilde.fun', 'https://tilde.fun/~mspe'), ('tilde.fun', 'https://tilde.fun/~mspe'),
('tilde.pink', 'https://tilde.pink/~mspe'),
('hamish.space', 'https://hamish.space/~mspe'), ('hamish.space', 'https://hamish.space/~mspe'),
('dimension.sh', 'https://dimension.sh/~mspe'), ('dimension.sh', 'https://dimension.sh/~mspe'),
('tilde.pw', 'https://tilde.pw/~mspe'), ('tilde.pw', 'https://tilde.pw/~mspe'),

View file

@ -27,6 +27,8 @@ echo 'FastCGI & PHP / .'
rs 22 'mspe' 'envs.net' 'public_html' rs 22 'mspe' 'envs.net' 'public_html'
# .cgi .lua .pl .py .sh /cgi-bin .php # .cgi .lua .pl .py .sh /cgi-bin .php
rs 22 'mspe' 'tilde.team' 'public_html' rs 22 'mspe' 'tilde.team' 'public_html'
# .cgi .lua .pl .py .sh /cgi-bin .php
rs 22 'mspe' 'tilde.cafe' 'public_html'
# .cgi .php # .cgi .php
rs 22 'mspe' 'tilde.institute' 'public_html' rs 22 'mspe' 'tilde.institute' 'public_html'
@ -71,6 +73,7 @@ echo 'ø / ~'
rs 22 'mspe' 'tilde.town' 'public_html' rs 22 'mspe' 'tilde.town' 'public_html'
rs 22 'mspe' 'tilde.fun' 'html' rs 22 'mspe' 'tilde.fun' 'html'
rs 22 'mspe' 'theasylum.team' 'public_html' rs 22 'mspe' 'theasylum.team' 'public_html'
rs 22 'mspe' 'tilde.pink' 'public_html'
rs 22 'mspe' 'hamish.space' 'public_html' rs 22 'mspe' 'hamish.space' 'public_html'
rs 22 'mspe' 'dimension.sh' 'public_html' rs 22 'mspe' 'dimension.sh' 'public_html'
rs 22 'mspe' 'tilde.pw' 'public_html' rs 22 'mspe' 'tilde.pw' 'public_html'