From 293cdc4e9460b8351c3b14f84e2587eb7ae921f2 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 20 Apr 2026 10:10:37 -0600 Subject: maybe the zeroes work --- machines/bosco/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'machines/bosco/default.nix') diff --git a/machines/bosco/default.nix b/machines/bosco/default.nix index 133eca8..be17b25 100644 --- a/machines/bosco/default.nix +++ b/machines/bosco/default.nix @@ -67,10 +67,10 @@ routes = [ { via = "172.16.101.1"; - # address = "0.0.0.0"; - # prefixLength = 0; - address = "172.16.101.82"; - prefixLength = 24; + address = "0.0.0.0"; + prefixLength = 0; + # address = "172.16.101.82"; + # prefixLength = 24; options = { table = "default"; src = "23.131.76.82"; -- cgit v1.2.3