add cache
This commit is contained in:
parent
085db7bbd6
commit
725c40dd2e
3 changed files with 58 additions and 57 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
services.dnsproxy = {
|
||||
enable = true;
|
||||
flags = [ "--cache" ];
|
||||
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