diff -ruN dns/dnscrypt-proxy.orig dns/dnscrypt-proxy diff -ruN dns/dnscrypt-proxy.orig/Makefile dns/dnscrypt-proxy/Makefile --- dns/dnscrypt-proxy.orig/Makefile 2017-10-30 12:29:24.659532000 +0000 +++ dns/dnscrypt-proxy/Makefile 2017-10-30 10:37:22.430391000 +0000 @@ -3,7 +3,7 @@ PORTNAME= dnscrypt-proxy PORTVERSION= 1.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= https://download.dnscrypt.org/dnscrypt-proxy/ \ http://download.dnscrypt.org/dnscrypt-proxy/ \ diff -ruN dns/dnscrypt-proxy.orig/files/dnscrypt-proxy.in dns/dnscrypt-proxy/files/dnscrypt-proxy.in --- dns/dnscrypt-proxy.orig/files/dnscrypt-proxy.in 2017-10-30 12:29:24.659704000 +0000 +++ dns/dnscrypt-proxy/files/dnscrypt-proxy.in 2017-10-30 12:26:48.876899000 +0000 @@ -9,18 +9,18 @@ # # Add the following lines to /etc/rc.conf to enable dnscrypt-proxy: # -# dnscrypt_proxy_enable (bool): Set to NO by default. -# Set to YES to enable dnscrypt-proxy. -# dnscrypt_proxy_conf (str): Unset by default. Will override all other -# settings and only use the config file. -# dnscrypt_proxy_uid (str): Set to "_dnscrypt-proxy" by default. -# User to switch to after starting. -# dnscrypt_proxy_resolver (str):Set to "cisco" by default. -# Choose a different upstream resolver. -# dnscrypt_proxy_pidfile (str): default: "/var/run/dnscrypt-proxy.pid" -# Location of pid file. -# dnscrypt_proxy_logfile (str): default: "/var/log/dnscrypt-proxy.log" -# Location of log file. +# dnscrypt_proxy_enable (bool): Set to NO by default. +# Set to YES to enable dnscrypt-proxy. +# dnscrypt_proxy_conf (str): Unset by default. Will override all other +# settings and only use the config file. +# dnscrypt_proxy_uid (str): Set to "_dnscrypt-proxy" by default. +# User to switch to after starting. +# dnscrypt_proxy_resolver (str): Set to "random" by default. +# Better select one of your own choise. +# dnscrypt_proxy_pidfile (str): default: "/var/run/dnscrypt-proxy.pid" +# Location of pid file. +# dnscrypt_proxy_logfile (str): default: "/var/log/dnscrypt-proxy.log" +# Location of log file. # # To redirect a local resolver through dnscrypt-proxy, point it at 127.0.0.2 # and add the following to rc.conf: @@ -36,7 +36,7 @@ : ${dnscrypt_proxy_enable:=NO} : ${dnscrypt_proxy_uid=_dnscrypt-proxy} # User to run daemon as -: ${dnscrypt_proxy_resolver=cisco} # resolver to use +: ${dnscrypt_proxy_resolver=random} # resolver to use : ${dnscrypt_proxy_pidfile=/var/run/dnscrypt-proxy.pid} # Path to pid file : ${dnscrypt_proxy_logfile=/var/log/dnscrypt-proxy.log} # Path to log file diff -ruN dns/dnscrypt-proxy.orig/files/dnscrypt-proxy_multi.in dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in --- dns/dnscrypt-proxy.orig/files/dnscrypt-proxy_multi.in 2017-10-30 12:29:24.659765000 +0000 +++ dns/dnscrypt-proxy/files/dnscrypt-proxy_multi.in 2017-10-30 12:26:21.019221000 +0000 @@ -10,18 +10,18 @@ # Add the following lines to /etc/rc.conf to enable dnscrypt-proxy: # # dnscrypt_proxy_instances (str): Set to "dnscrypt_proxy" by default. -# List of dnscrypt_proxy instance id's, -# e.g. "dnscrypt_proxy_1 dnscrypt_proxy_2", etc. -# {instance_id}_enable (bool): Set to NO by default. -# Set to YES to enable dnscrypt-proxy. -# {instance_id}_uid (str): Set to "_dnscrypt-proxy" by default. -# User to switch to after starting. -# {instance_id}_resolver (str): Set to "opendns" by default. -# Choose a different upstream resolver. -# {instance_id}_pidfile (str): default: "/var/run/dnscrypt-proxy.pid" -# Location of pid file. +# List of dnscrypt_proxy instance id's, +# e.g. "dnscrypt_proxy_1 dnscrypt_proxy_2", etc. +# {instance_id}_enable (bool): Set to NO by default. +# Set to YES to enable dnscrypt-proxy. +# {instance_id}_uid (str): Set to "_dnscrypt-proxy" by default. +# User to switch to after starting. +# {instance_id}_resolver (str): Set to "random" by default. +# Better select your own choises. +# {instance_id}_pidfile (str): default: "/var/run/dnscrypt-proxy.pid" +# Location of pid file. # {instance_id}_logfile (str): default: "/var/log/dnscrypt-proxy.log" -# Location of log file. +# Location of log file. # # To redirect a local resolver through dnscrypt-proxy, point it at 127.0.0.2 # and add the following to rc.conf: @@ -57,7 +57,7 @@ eval dnscrypt_proxy_logfile_tmp=\${${i}_logfile} : ${dnscrypt_proxy_uid_tmp:=_dnscrypt-proxy} # User to run daemon as -: ${dnscrypt_proxy_resolver_tmp:=cisco} # resolver to use +: ${dnscrypt_proxy_resolver_tmp:=random} # resolver to use : ${dnscrypt_proxy_pidfile_tmp:=/var/run/${i}.pid} # Path to pid file : ${dnscrypt_proxy_logfile_tmp:=/var/log/${i}.log} # Path to log file diff -ruN dns/dnscrypt-proxy.orig/files/pkg-message.in dns/dnscrypt-proxy/files/pkg-message.in --- dns/dnscrypt-proxy.orig/files/pkg-message.in 2017-10-30 12:29:24.659815000 +0000 +++ dns/dnscrypt-proxy/files/pkg-message.in 2017-10-30 11:52:34.262622000 +0000 @@ -1,7 +1,7 @@ This port/software comes all 'working out of the box'. -By default this port is using OpenDNS' resolvers, other services are possible. +By default this port is using random resolvers. Better select your own choise(s). To enable dnscrypt-proxy at boot: sysrc dnscrypt_proxy_enable=YES