MirrorNest
← すべてのガイド

Technitium DNS Server

Technitium DNS Server is a self-hosted, cross-platform authoritative and recursive DNS server with a built-in web console, DNS-over-HTTPS/TLS support, and ad/tracker blocking.

対象: Ubuntu / Debian / CentOS / Fedora / Raspberry Pi OSNetworkingDNS公式ホームページ ↗公式ドキュメント ↗
このガイドは上記リンク先にあるTechnitium DNS Server公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
  1. 1Run the official install script

    The same script both installs a fresh setup and upgrades an existing one; it automatically stops systemd-resolved so Technitium can bind port 53.

    curl -sSL https://download.technitium.com/dns/install.sh | sudo bash
  2. 2Open the web console

    Browse to http://<server-ip-address>:5380/ and complete the first-run setup wizard.