dnscrypt-proxy module: minor config example tweaks

- Indentation
- unbound automatically handles local forward addresses
This commit is contained in:
Joachim Fasting 2016-10-24 02:31:10 +02:00
parent d198e474a8
commit 420cf50838
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -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>