commit 656f10c914087d155946e5e3b6a745869957e533 parent ea1d6a7f631598ad6d29509e910165b6145196ab Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 26 Aug 2023 21:50:43 +0200 Fix allowed ips Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -544,7 +544,7 @@ bird-lg = { proxy = { enable = true; - allowedIPs = [ "127.0.0.1" ]; + allowedIPs = [ "100.64.0.1" ]; listenAddress = "100.64.0.1:8000"; }; frontend = {