ports/dns/dnscrypt-proxy/files/pkg-message_multi.in
Carlo Strub e206823042 Add support for multiple service instances
PR:		195698
Submitted by:	Igor <arabesc@bk.ru>
Approved by:	maintainer
2015-09-14 22:29:08 +00: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`