Working proxy implementation for jichan.org

This commit is contained in:
Elnu 2023-08-04 21:46:44 -07:00
parent 639c7fd352
commit 77ac1db698
12 changed files with 107 additions and 28 deletions

View file

@ -0,0 +1,8 @@
rec {
elnu = "100.64.0.1";
elnudrop = "100.64.0.2";
elnuhub = "100.64.0.3";
hosts = ''
elnu ${elnu}
'';
}