diff options
| author | Max Audron <audron@cocaine.farm> | 2025-09-02 12:35:11 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-09-02 12:35:11 +0200 |
| commit | d005ffb3d3b407baa8fde5c85ad21fb47cfcd1b6 (patch) | |
| tree | cbaaf48374ecd5d1116d8db48de7de6580d091fc | |
| parent | disable homepage trackers (diff) | |
switch out vultr dns ipv4 ip
| -rw-r--r-- | modules/bgp/default.nix | 6 |
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; } |
