add termbin and 0x0

This commit is contained in:
Ben Harris 2018-07-11 10:51:43 -04:00
parent 62a0bd0d5f
commit 6f484cf142
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ $services = [
'webmail' => ['fa' => 'envelope', 'url' => 'https://mail.tilde.team'],
'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tilde.team'],
'pastebin' => ['fa' => 'paste', 'url' => 'https://paste.tilde.team/'],
'termbin' => ['fa' => 'terminal', 'url' => 'https://bin.tilde.team/'],
'nullpointer' => ['fa' => 'file-code-o', 'url' => 'https://0x0.tilde.team'],
'gopher' => ['fa' => 'floppy-o', 'url' => 'https://gopher.tilde.team'],
];