winter: use google dns for now
This commit is contained in:
parent
eb667bf6d3
commit
a6a5c2cbca
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,6 @@
|
||||||
prefixLength = 24;
|
prefixLength = 24;
|
||||||
}];
|
}];
|
||||||
defaultGateway = "192.168.100.1";
|
defaultGateway = "192.168.100.1";
|
||||||
nameservers = [ "192.168.100.11" ];
|
nameservers = [ "8.8.8.8" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue