opnsense-ports/dns/dnscrypt-proxy/files/pkg-message_multi.in
Franco Fichtner c977935c91 dns/dnscrypt-proxy: sync with upstream
Taken from: FreeBSD
2015-09-16 07:37:46 +02:00

19 lines
819 B
Text

This port/software comes all 'working out of the box'.
By default this port is using OpenDNS' resolvers, other services are possible.
To enable dnscrypt-proxy at boot:
echo dnscrypt_proxy_enable=\"YES\" >> /etc/rc.conf
echo dnscrypt_proxy_instances=\"dnscrypt_proxy_1 dnscrypt_proxy_2 dnscrypt_proxy_3\" >> /etc/rc.conf
echo dnscrypt_proxy_1_resolver=\"soltysiak\" >> /etc/rc.conf
echo dnscrypt_proxy_1_flags=\"-a 127.0.0.2\" >> /etc/rc.conf
echo dnscrypt_proxy_2_resolver=\"okturtles\" >> /etc/rc.conf
echo dnscrypt_proxy_2_flags=\"-a 127.0.0.3\" >> /etc/rc.conf
echo dnscrypt_proxy_3_resolver=\"cypherpunk\" >> /etc/rc.conf
echo dnscrypt_proxy_3_flags=\"-a 127.0.0.4\" >> /etc/rc.conf
To view available options, run:
%%PREFIX%%/sbin/dnscrypt-proxy --help
or read the manual: `man dnscrypt-proxy`