Firefox changes, update alias, dns backup
This commit is contained in:
parent
02bd98ea18
commit
08fd6e1334
5 changed files with 65 additions and 115 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
services.dnsproxy = {
|
||||
enable = true;
|
||||
settings = {
|
||||
upstream = ["https://base.dns.mullvad.net/dns-query"];
|
||||
bootstrap = ["1.1.1.1"];
|
||||
};
|
||||
settings.upstream = ["https://base.dns.mullvad.net/dns-query"];
|
||||
};
|
||||
|
||||
environment.etc."resolv.conf".text = "nameserver 0.0.0.0";
|
||||
environment.etc."resolv.conf".text = ''
|
||||
nameserver 0.0.0.0
|
||||
nameserver 1.1.1.1 # Backup Nameserver
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue