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"
|
"94.130.48.193"
|
||||||
"fe80::1"
|
"fe80::1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
DNS = [
|
||||||
|
"5.9.164.112"
|
||||||
|
"1.1.1.1"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
Address = {
|
Address = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue