Enable DNS on the server

This commit is contained in:
Manuel Thalmann 2024-12-08 02:49:28 +01:00
parent b5b5d13199
commit f8a7df435e
2 changed files with 6 additions and 0 deletions

View file

@ -87,6 +87,11 @@ in {
"94.130.48.193" "94.130.48.193"
"fe80::1" "fe80::1"
]; ];
DNS = [
"5.9.164.112"
"1.1.1.1"
];
}; };
Address = { Address = {

View file

@ -6,6 +6,7 @@ begin
function configureSW -V dir function configureSW -V dir
systemctl enable systemd-networkd systemctl enable systemd-networkd
systemctl enable systemd-resolved
configureSWBase $argv configureSWBase $argv
end end