macOS
brew install dnscrypt-proxylocal Homebrew formula metadata
sudo port install dnscrypt-proxyMacPorts ports tree · net/dnscrypt-proxy/Portfile · ソース: api.github.com
brew
dnscrypt-proxy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install dnscrypt-proxylocal Homebrew formula metadata
sudo port install dnscrypt-proxyMacPorts ports tree · net/dnscrypt-proxy/Portfile · ソース: api.github.com
sudo apk add dnscrypt-proxyAlpine Linux edge package indexes · dnscrypt-proxy · ソース: dl-cdn.alpinelinux.org
sudo apt install dnscrypt-proxyDebian stable package indexes · dnscrypt-proxy · ソース: deb.debian.org
sudo dnf install dnscrypt-proxyFedora Rawhide package metadata · dnscrypt-proxy · ソース: dl.fedoraproject.org
nix profile install nixpkgs#dnscrypt-proxynixpkgs package indexes · pkgs/by-name/dn/dnscrypt-proxy/package.nix · ソース: api.github.com
sudo pacman -S dnscrypt-proxyArch Linux sync databases · dnscrypt-proxy · ソース: geo.mirror.pkgbuild.com
sudo zypper install dnscrypt-proxyopenSUSE Tumbleweed package metadata · dnscrypt-proxy · ソース: download.opensuse.org
choco install dnscrypt-proxyChocolatey community package catalog · dnscrypt-proxy · ソース: community.chocolatey.org
scoop install main/dnscrypt-proxyScoop official bucket manifest trees · bucket/dnscrypt-proxy.json · ソース: api.github.com
winget install --id DNSCrypt.dnscrypt-proxy -eWindows Package Manager source index · DNSCrypt.dnscrypt-proxy · ソース: cdn.winget.microsoft.com
概要
Secure communications between a client and a DNS resolver
履歴
dnscrypt-proxy is the long-running client proxy for encrypted DNS in the DNSCrypt project. It sits between local applications and upstream resolvers, giving package-manager users a daemonized way to use DNSCrypt and related encrypted-DNS transports without changing every application.
The project grew out of DNSCrypt, a protocol for authenticating communication between DNS clients and resolvers. The DNSCrypt project documents the protocol as a way to protect DNS traffic from spoofing and tampering, and dnscrypt-proxy became the practical client-side program that made that protocol usable on Unix-like systems, Windows, and package-managed desktops.
The modern dnscrypt-proxy repository is written in Go and presents itself as a flexible DNS proxy rather than a single-protocol experiment. Its documentation and repository cover DNSCrypt, DNS-over-HTTPS, relay support, filtering, caching, and service installation, which is why it has remained the default packaged client for users who want encrypted recursive DNS without running a full resolver stack.
dnscrypt-proxy has unusually broad package-manager coverage for a DNS privacy daemon: it appears in Homebrew, Debian and Ubuntu, Fedora/DNF, Arch, Alpine, MacPorts, Nix, Chocolatey, Scoop, Winget, and openSUSE-style packaging. That spread reflects both the cross-platform Go implementation and the recurring sysadmin need for a local encrypted-DNS forwarder.
The project also became part of a wider DNS privacy ecosystem around public resolver lists, DNS stamp configuration, and anonymized DNS relays. Those surrounding lists and conventions matter to adoption because they let packaged clients work from shared resolver metadata rather than hard-coded vendor endpoints.
Typical use is to run dnscrypt-proxy as a local service listening on localhost or a LAN address, then point the operating system, dnsmasq, Unbound, or another resolver toward it. The package is popular with users who want encrypted upstream DNS, filtering, cache control, and resolver selection from a single small daemon.
In package-manager culture, dnscrypt-proxy is also the command-line counterpart to GUI DNS privacy settings: it gives power users a text configuration file, service manager integration, and auditable resolver lists.
dnscrypt-proxy is significant because it carried DNSCrypt from protocol idea to reinstallable infrastructure component. It is the package people reach for when they want encrypted DNS as a local Unix service rather than as a browser feature.
It also marks the period when DNS privacy packaging stopped being just resolver software and started including local forwarders, public resolver metadata, relay lists, and policy knobs such as filtering and blocklists.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
dnscrypt-proxy.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
dnscrypt-proxy | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/DNSCrypt/dnscrypt-proxy
インストールメタデータ
| パッケージキー | brew:dnscrypt-proxy |
|---|---|
| バージョン | 2.1.18 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/dnscrypt-proxy |
| ホームページ | https://dnscrypt.info |
| リポジトリ | https://github.com/DNSCrypt/dnscrypt-proxy |
| 上流ドキュメント | https://dnscrypt.info/ |
| ライセンス | ISC |
| ソースアーカイブ | https://github.com/DNSCrypt/dnscrypt-proxy/archive/refs/tags/2.1.18.tar.gz |
| 最終更新 | 2026-07-18T15:14:20Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
| 注意点 | After starting dnscrypt-proxy, you will need to point your local DNS server to 127.0.0.1. You can do this by going to System Preferences > "Network" and clicking the "Advanced..." button for your interface. You will see a "DNS" tab where you can click "+" and enter 127.0.0.1 in the "DNS Servers" section. By default, dnscrypt-proxy runs on localhost (127.0.0.1), port 53, balancing traffic across a set of resolvers. If you would like to change these settings, you will have to edit the configuration file: $HOMEBREW_PREFIX/etc/dnscrypt-proxy.toml To check that dnscrypt-proxy is working correctly, open Terminal and enter the following command. Replace en1 with whatever network interface you're using: sudo tcpdump -i en1 -vvv 'port 443' You should see a line in the result that looks like this: resolver.dnscrypt.info |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dnscrypt-proxy |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
dnscrypt-proxy 2.1.8+ds1-1+b4
Flexible DNS proxy, with support for encrypted DNS protocols
https://github.com/DNSCrypt/dnscrypt-proxy
sudo apt install dnscrypt-proxydnscrypt-proxy
nix profile install nixpkgs#dnscrypt-proxydnscrypt-proxy 2.0.45+ds1-1.2
Flexible DNS proxy, with support for encrypted DNS protocols
https://github.com/DNSCrypt/dnscrypt-proxy
sudo apt install dnscrypt-proxydnscrypt-proxy 2.1.16-r0
Secure communication to DNS resolvers
sudo apk add dnscrypt-proxydnscrypt-proxy-doc 2.1.16-r0
Secure communication to DNS resolvers (documentation)
sudo apk add dnscrypt-proxy-docdnscrypt-proxy-openrc 2.1.16-r0
Secure communication to DNS resolvers (OpenRC init scripts)
sudo apk add dnscrypt-proxy-openrcdnscrypt-proxy-setup 2.1.16-r0
Script for setting up dnscrypt proxy
sudo apk add dnscrypt-proxy-setupdnscrypt-proxy 2.1.14-6.fc44
Flexible DNS proxy, with support for encrypted DNS protocols
https://github.com/dnscrypt/dnscrypt-proxy
sudo dnf install dnscrypt-proxydnscrypt-proxy 2.1.16-1
A flexible DNS proxy, with support for encrypted DNS protocols
https://github.com/DNSCrypt/dnscrypt-proxy
sudo pacman -S dnscrypt-proxydnscrypt-proxy 2.1.16-1.1
A tool for securing communications between a client and a DNS resolver
sudo zypper install dnscrypt-proxydnscrypt-proxy
sudo port install dnscrypt-proxydnscrypt-proxy
choco install dnscrypt-proxymain/dnscrypt-proxy
scoop install main/dnscrypt-proxyDNSCrypt.dnscrypt-proxy
winget install --id DNSCrypt.dnscrypt-proxy -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.