Desktop: Specify DNS server manually for now.
This commit is contained in:
parent
08c6cd650b
commit
a2c4177ae5
|
@ -6,6 +6,7 @@
|
|||
linkConfig.RequiredForOnline = "routable";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
DNS = "10.0.0.1";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
address = [
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
linkConfig.RequiredForOnline = "routable";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
DNS = "10.0.0.1";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
address = [
|
||||
|
|
Loading…
Reference in a new issue