diff options
| author | Grigory Shipunov | 2023-02-13 14:24:31 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-02-13 14:24:31 +0100 |
| commit | c57817fdf3e8948b51f64148fcbc32249f0ce071 (patch) | |
| tree | b51c84424d8e6c8ef1b114d286d87d552411b67e /hosts/cirrus | |
| parent | e5cacc3bc83d70fb3b7048656eb8389bfcb5aa43 (diff) | |
switch to quad9 as fallback DNS
Diffstat (limited to 'hosts/cirrus')
| -rw-r--r-- | hosts/cirrus/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cirrus/configuration.nix b/hosts/cirrus/configuration.nix index 56996f7..3c02b32 100644 --- a/hosts/cirrus/configuration.nix +++ b/hosts/cirrus/configuration.nix @@ -23,7 +23,7 @@ matchConfig = { Name = "enp1s0"; }; networkConfig = { Address = "95.216.166.21/32"; - DNS = "1.1.1.1"; + DNS = "9.9.9.9"; }; routes = [ { |
