mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
19 lines
819 B
Text
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`
|
|
|