change everything to new public ip

This commit is contained in:
TheWanderingCrow 2025-04-28 09:17:10 -04:00
parent a699bb0574
commit f58be387a9
5 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ in
extraConfig = ''
allow 192.168.0.0/16;
allow 10.8.0.0/24;
allow 24.179.20.202;
allow 172.220.132.255;
deny all;
'';
forceSSL = true;

View file

@ -16,7 +16,7 @@ lib.mkIf config.user.overseer.enable {
extraConfig = ''
allow 192.168.0.0/16;
allow 10.8.0.0/24;
allow 24.179.20.202;
allow 172.220.132.255;
deny all;
'';
proxyPass = "http://localhost:7745";

View file

@ -32,7 +32,7 @@ lib.mkIf config.user.overseer.enable {
extraConfig = ''
allow 192.168.0.0/16;
allow 10.8.0.0/24;
allow 24.179.20.202;
allow 172.220.132.255;
deny all;
'';
proxyPass = "http://localhost:8089";

View file

@ -41,7 +41,7 @@ in
extraConfig = ''
allow 192.168.0.0/16;
allow 10.8.0.0/24;
allow 24.179.20.202;
allow 172.220.132.255;
deny all;
'';
proxyPass = "http://10.88.0.9:8080";

View file

@ -45,7 +45,7 @@ in
};
locations."/script.js" = {
extraConfig = ''
deny 24.179.20.202;
deny 172.220.132.255;
'';
};
};