From 1becf46aea2ab522c82212d1c74732a77b3142a9 Mon Sep 17 00:00:00 2001 From: the lemons Date: Fri, 7 Apr 2023 03:29:49 -0500 Subject: intial commit --- static/auth.dot | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/auth.dot (limited to 'static/auth.dot') diff --git a/static/auth.dot b/static/auth.dot new file mode 100644 index 0000000..9345b99 --- /dev/null +++ b/static/auth.dot @@ -0,0 +1,21 @@ +digraph "auth.citrons.xyz" { + "auth.citrons.xyz" -> "wiki encyclopedia"; + "auth.citrons.xyz" -> "citrons.xyz"; + "auth.citrons.xyz" -> "gollark (GPT-5)" [weight=10]; + "auth.citrons.xyz" -> "SCP-[REDACTED]"; + "auth.citrons.xyz" -> "heav unauth service" [weight=0]; + "citrons.xyz" -> "SCP-[REDACTED]"; + "gollark (GPT-5)" -> "GTech™"; + "GPT-5" -> "gollark (GPT-5)"; + "GTech™" -> "God"; + "GTech™" -> "RSAPI"; + "GTech™" -> "world governments"; + "GTech™" -> "tmpim"; + "tmpim" -> "world governments"; + "God" -> "world governments"; + "SCP-[REDACTED]" -> "world governments"; + "God" -> "GPT-5"; + "world governments" -> "GPT-5" [weight=10]; + "wiki encyclopedia" -> "Leonhard Euler"; + "Leonhard Euler" -> "God"; +} -- cgit v1.2.3