aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscrypt-proxy2/files/dnscrypt-proxy.in
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* dns/dnscrypt-proxy2: Add mac_portacl option in rc scriptDanilo G. Baio2018-04-241-0/+63
| | | | | | | | | | | | | | | | | | | | | | Version 2 of dnscrypt-proxy is written in Go and therefore isn't capable of dropping privileges after binding to a low port on FreeBSD. By default, this port's daemon will listen on port 5353 (TCP/UDP). With this option it's possible to bind it and listen on port 53 (TCP/UDP) with mac_portacl(4) kernel module (network port access control policy). For this add dnscrypt_proxy_mac_portacl_enable=YES in your rc.conf. The dnscrypt-proxy startup script will load mac_portacl and add a rule where %%USER%% user will be able to bind on port 53 (TCP/UDP). This port can be changed by dnscrypt_proxy_mac_portacl_port variable in your rc.conf. You also need to change dnscrypt-proxy config file to use port 53. Suggested by: feld Approved by: egypcio@googlemail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D15151 Notes: svn path=/head/; revision=468172
* dns/dnscrypt-proxy2: Update to 2.0.10Danilo G. Baio2018-04-181-6/+12
| | | | | | | | | | | | | | | | | | | | | Main changes in the port: - Improve instructions for using dnscrypt-proxy2 together with unbound. [1] - Add dnscrypt_proxy_suexec option for users who want to run the daemon as root. - Move the configuration file from ${PREFIX}/etc/dnscrypt-proxy.toml to ${PREFIX}/etc/dnscrypt-proxy/dnscrypt-proxy.toml, because by default temporary files will use the path of the config file. This fixes a permission issue when fetching the public resolvers list. Changes: https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.10/ChangeLog PR: 227129 [1] Submitted by: egypcio@googlemail.com (maintainer) Reported by: erik@nordstroem.no [1] Differential Revision: https://reviews.freebsd.org/D15024 Notes: svn path=/head/; revision=467667
* dns/dnscrypt-proxy2: Improve information/textsDanilo G. Baio2018-03-291-4/+8
| | | | | | | | Submitted by: tj@mrsk.me (email) Approved by: egypcio@googlemail.com (maintainer, irc) Notes: svn path=/head/; revision=465857
* Add dns/dnscrypt-proxy2: Flexible DNS proxy with support for encrypted protocolsDanilo G. Baio2018-03-251-0/+32
A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2. WWW: https://github.com/jedisct1/dnscrypt-proxy Without a repocopy because it's a new port, rewritten from scratch. PR: 225821 Submitted by: Vinícius Zavam <egypcio@googlemail.com> Differential Revision: https://reviews.freebsd.org/D14319 Notes: svn path=/head/; revision=465521