From 6f484cf142a3d8034c1b5c311c14225294ca1950 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 11 Jul 2018 10:51:43 -0400 Subject: [PATCH] add termbin and 0x0 --- services.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services.php b/services.php index dfca577..7fe2394 100644 --- a/services.php +++ b/services.php @@ -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'], ];