notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details on branch 2023Q1
dnscrypt-proxy2 Flexible DNS proxy with support for encrypted protocols
2.1.2_6 dns on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.1.15_2Version of this port present on the latest quarterly branch.
Maintainer: egypcio@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-02-17 10:51:08
Last Update: 2023-03-09 19:50:37
Commit Hash: 636f0a9
Also Listed In: security
License: ISCL
WWW:
https://github.com/jedisct1/dnscrypt-proxy
Description:
A flexible DNS proxy with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/dnscrypt-proxy2-2.1.2_6/catalog.mk
  2. /usr/local/share/licenses/dnscrypt-proxy2-2.1.2_6/LICENSE
  3. /usr/local/share/licenses/dnscrypt-proxy2-2.1.2_6/ISCL
  4. @dir(_dnscrypt-proxy,_dnscrypt-proxy) etc/dnscrypt-proxy
  5. @sample etc/dnscrypt-proxy/dnscrypt-proxy.toml.sample
  6. sbin/dnscrypt-proxy
  7. @owner
  8. @group
  9. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • dnscrypt-proxy2>0:dns/dnscrypt-proxy2
Conflicts:
CONFLICTS_INSTALL:
  • dnscrypt-proxy
To install the port:
cd /usr/ports/dns/dnscrypt-proxy2/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/dnscrypt-proxy2
  • pkg install dnscrypt-proxy2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dnscrypt-proxy2
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1659443362 SHA256 (DNSCrypt-dnscrypt-proxy-2.1.2_GH0.tar.gz) = aa55fd52b9c1b983405bf98b42ec754f5d6f59b429ba9c98115df617eef5dea4 SIZE (DNSCrypt-dnscrypt-proxy-2.1.2_GH0.tar.gz) = 6792121

Packages (timestamps in pop-ups are UTC):
dnscrypt-proxy2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.1.15_12.1.15_1-2.1.5_162.1.15_2n/an/an/a
FreeBSD:13:quarterly2.1.15_22.1.15_2-2.1.5_132.1.15_2n/an/an/a
FreeBSD:14:latest2.1.15_22.1.15_2-2.1.5_152.1.15_2---
FreeBSD:14:quarterly2.1.15_22.1.15_2-2.1.5_132.1.15_2---
FreeBSD:15:latest2.1.15_22.1.15_2n/a-n/an/a--
FreeBSD:15:quarterly2.1.15_22.1.15_2n/a-n/an/a--
FreeBSD:16:latest2.1.15_12.1.15_2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go119 : lang/go119
Runtime dependencies:
  1. ca_root_nss>=3.35 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for dnscrypt-proxy2-2.1.2_6: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
dns_dnscrypt-proxy2
USES:
go:modules
pkg-message:
For install:
Version 2 of dnscrypt-proxy is written in Go. by default, this port's daemon will listen on port 5353 (TCP/UDP) as the _dnscrypt-proxy user. 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 _dnscrypt-proxy 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. Below are a few examples on how to redirect local connections from port 5353 to 53. [ipfw] ipfw nat 1 config if lo0 reset same_ports \ redirect_port tcp 127.0.0.1:5353 53 \ redirect_port udp 127.0.0.1:5353 53 ipfw add nat 1 ip from any to 127.0.0.1 via lo0 /etc/rc.conf: firewall_enable="YES" firewall_nat_enable="YES" /etc/sysctl.conf: net.inet.ip.fw.one_pass=0 [pf] set skip on lo0 rdr pass on lo0 proto { tcp udp } from any to port 53 -> 127.0.0.1 port 5353 /etc/rc.conf: pf_enable="YES" [unbound] /etc/rc.conf: local_unbound_enable="YES" /var/unbound/unbound.conf: server: interface: 127.0.0.1 do-not-query-localhost: no /var/unbound/forward.conf: forward-zone: name: "." forward-addr: 127.0.0.1@5353 If you are using local_unbound, DNSSEC is enabled by default. You should comment the "auto-trust-anchor-file" line or change dnscrypt-proxy to use servers with DNSSEC support only.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/DNSCrypt/dnscrypt-proxy/tar.gz/2.1.2?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.2_6
09 Mar 2023 19:50:37
commit hash: 636f0a9700972e851eb2139edc655a613f8c5a25commit hash: 636f0a9700972e851eb2139edc655a613f8c5a25commit hash: 636f0a9700972e851eb2139edc655a613f8c5a25commit hash: 636f0a9700972e851eb2139edc655a613f8c5a25 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go119 update

Direct commit to quarterly to bump Go ports revisions after 61a665d2d8d2

Approved by:    ports-secteam (blanket)
2.1.2_5
17 Feb 2023 10:49:10
commit hash: 9ff952570bc5120a01d31a8406f17ad49ddfb2e9commit hash: 9ff952570bc5120a01d31a8406f17ad49ddfb2e9commit hash: 9ff952570bc5120a01d31a8406f17ad49ddfb2e9commit hash: 9ff952570bc5120a01d31a8406f17ad49ddfb2e9 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go119 update

Direct commit to quarterly to bump Go ports revisions after f30271912e48

Approved by:	riggs (ports-secteam)

Number of commits found: 2