dnscrypt-proxy module: minor config example tweaks
- Indentation - unbound automatically handles local forward addresses
This commit is contained in:
@@ -63,9 +63,6 @@
|
|||||||
networking.nameservers = [ "127.0.0.1" ];
|
networking.nameservers = [ "127.0.0.1" ];
|
||||||
services.unbound.enable = true;
|
services.unbound.enable = true;
|
||||||
services.unbound.forwardAddresses = [ "127.0.0.1@43" ];
|
services.unbound.forwardAddresses = [ "127.0.0.1@43" ];
|
||||||
services.unbound.extraConfig = ''
|
|
||||||
do-not-query-localhost: no
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user