diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-12 07:43:43 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-04-12 07:43:43 -0600 |
| commit | d88aebd335ee50bd4aad854229d73887a89b084c (patch) | |
| tree | 96c15049e6ba8367e49baa2b22239e829c15dd35 /machines | |
| parent | 51e192ecd854f7c164dcba1e5bcf32214c20a04a (diff) | |
last one worked for mysterious reasons, this one shoudld
work for understandable reasons
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/bosco/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/machines/bosco/default.nix b/machines/bosco/default.nix index be17b25..133eca8 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"; |
