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