diff options
| author | the lemons <citrons@mondecitronne.com> | 2023-04-07 03:29:49 -0500 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2023-04-07 03:29:49 -0500 |
| commit | 1becf46aea2ab522c82212d1c74732a77b3142a9 (patch) | |
| tree | d2861a0584dc68b6271408fddf0cb03c4eefc76d /static/auth.dot | |
intial commit
Diffstat (limited to 'static/auth.dot')
| -rw-r--r-- | static/auth.dot | 21 |
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"; +} |
