added new subnet for 3d prints

This commit is contained in:
Nickiel12 2025-02-08 14:41:31 -08:00
parent 6c401634f8
commit 0a42425fcb
2 changed files with 16 additions and 2 deletions

View file

@ -30,8 +30,8 @@
value = "100.64.0.1"; value = "100.64.0.1";
} }
{ {
name = "octoprint.nickiel.net"; name = "printers.nickiel.net";
type = "A"; type = "A";
value = "100.64.0.8"; value = "100.64.0.1";
} }
] ]

View file

@ -74,6 +74,20 @@
root = "/Aurora/StaticSites/static_pages/public"; root = "/Aurora/StaticSites/static_pages/public";
}; };
"printers.nickiel.net" = {
# forceSSL = true;
# enableACME = true;
root = "/Aurora/StaticSites/printer_pages";
locations = {
"/".extraConfig = ''
allow 100.64.0.0/24;
deny all;
'';
"/KingGeorge".proxyPass = "http://10.0.0.59";
"/Bluey".proxyPass = "http://100.64.0.8";
};
};
}; };
}; };
} }