feat(thrall): Use google dns
This commit is contained in:
parent
289124ed03
commit
6ece8810d6
1 changed files with 1 additions and 1 deletions
|
|
@ -77,8 +77,8 @@ in
|
||||||
};
|
};
|
||||||
defaultGateway = "195.90.208.1";
|
defaultGateway = "195.90.208.1";
|
||||||
nameservers = [
|
nameservers = [
|
||||||
"1.1.1.1"
|
|
||||||
"8.8.8.8"
|
"8.8.8.8"
|
||||||
|
"8.8.4.4"
|
||||||
];
|
];
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue