aboutsummaryrefslogtreecommitdiff
path: root/modules/bgp/default.nix
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2025-09-02 12:35:11 +0200
committerMax Audron <audron@cocaine.farm>2025-09-02 12:35:11 +0200
commitd005ffb3d3b407baa8fde5c85ad21fb47cfcd1b6 (patch)
treecbaaf48374ecd5d1116d8db48de7de6580d091fc /modules/bgp/default.nix
parentdisable homepage trackers (diff)
switch out vultr dns ipv4 ip
Diffstat (limited to '')
-rw-r--r--modules/bgp/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/bgp/default.nix b/modules/bgp/default.nix
index c551ee8..8c36a58 100644
--- a/modules/bgp/default.nix
+++ b/modules/bgp/default.nix
@@ -7,7 +7,11 @@
address = "217.163.29.14";
prefixLength = 32;
}
- {
+ { # dns
+ address = "45.76.88.149";
+ prefixLength = 32;
+ }
+ { # cdn
address = "209.250.238.254";
prefixLength = 32;
}