unbound

提供: FreeBSD入門
2015年9月27日 (日) 22:29時点におけるDaemon (トーク | 投稿記録)による版 (関連項目)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索
スポンサーリンク

unbound とは、FreeBSD 10.0-RELEASEから導入されたUnbound DNS validating resolver です。

読み方

unbound
あんばうんど

概要

unboundは、DNSリゾルバの実装です。キャッシュや DNSSEC 検証を行います。

インストール

設定

設定ファイルは、 /var/unbound/unbound.conf です。

 

使い方

usage:  unbound [options]
        start unbound daemon DNS resolver.
-h      this help
-c file config file to read instead of /var/unbound/unbound.conf
        file format is described in unbound.conf(5).
-d      do not fork into the background.
-v      verbose (more times to increase verbosity)
Version 1.4.20
linked libs: mini-event internal (it uses select), ldns 1.6.16, OpenSSL
1.0.1e-freebsd 11 Feb 2013
linked modules: validator iterator
BSD licensed, see LICENSE in source package for details.
Report bugs to unbound-bugs@nlnetlabs.nl

関連項目

  • unbound
  • unbound-anchor
  • unbound-checkconf
  • unbound-control
  • unbound-control-setup



スポンサーリンク