summaryrefslogtreecommitdiff
path: root/static/auth.dot
diff options
context:
space:
mode:
Diffstat (limited to 'static/auth.dot')
-rw-r--r--static/auth.dot21
1 files changed, 21 insertions, 0 deletions
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";
+}