commit ecfbddd5f00c82c198753c9443d583b6eae325a5 parent 2b4c5c606ff2fa9f2b43efe132506f647ac26230 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 28 Jan 2024 20:43:16 +0100 Working on opnsense Diffstat:
| M | nixos/worker-2/configuration.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -711,8 +711,8 @@ in { bird-lg = { proxy = { enable = true; - allowedIPs = ["10.0.2.2"]; - listenAddress = "10.0.2.3:8000"; + allowedIPs = ["10.0.2.3"]; + listenAddress = "10.0.2.2:8000"; }; }; };