commit a0928b1696aa9ed5ecfa30c21b27731d741861a4
parent 1d593747fccb98508ca9089c4b61b0315af62d48
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 27 Aug 2023 00:11:11 +0200
Use 32
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -552,7 +552,7 @@
export where proto = "wg6";
};
}
-
+
protocol ospf v2 v4 {
ipv4 {
import all;
@@ -614,7 +614,7 @@
unicastPeers = [ "10.100.0.2" ];
virtualIps = [
{
- addr = "192.0.0.1/24";
+ addr = "192.0.0.1/32";
dev = "floating1";
}
];