Enable DNS on the server
This commit is contained in:
parent
fad6cbe1d2
commit
73734293fd
2 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,11 @@ in {
|
|||
"94.130.48.193"
|
||||
"fe80::1"
|
||||
];
|
||||
|
||||
DNS = [
|
||||
"5.9.164.112"
|
||||
"1.1.1.1"
|
||||
];
|
||||
};
|
||||
|
||||
Address = {
|
||||
|
|
|
@ -6,6 +6,7 @@ begin
|
|||
|
||||
function configureSW -V dir
|
||||
systemctl enable systemd-networkd
|
||||
systemctl enable systemd-resolved
|
||||
configureSWBase $argv
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue