update dns
This commit is contained in:
parent
a2739a1e87
commit
0439ef6b9e
3 changed files with 21 additions and 17 deletions
|
|
@ -2,7 +2,11 @@
|
|||
{
|
||||
services.dnsproxy = {
|
||||
enable = true;
|
||||
flags = [ "--cache" ];
|
||||
flags = [
|
||||
"--cache"
|
||||
"--cache-size=64000000"
|
||||
"--cache-optimistic"
|
||||
];
|
||||
settings = rec {
|
||||
upstream = [ "https://base.dns.mullvad.net/dns-query" ];
|
||||
listen-addrs = [ "127.0.0.1" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue