Desktop: Add DNS manually.
This commit is contained in:
parent
ee95f64e1a
commit
26f43decb5
|
@ -6,6 +6,7 @@
|
|||
linkConfig.RequiredForOnline = "routable";
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
DNS = "10.0.0.1";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
address = [
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
linkConfig.RequiredForOnline = "routable";
|
||||
networkConfig = {
|
||||
DHCP = "yes";
|
||||
DNS = "10.0.0.1";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
address = [
|
||||
|
|
Loading…
Reference in a new issue