]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Add trustanchor.unbound CH TXT that gets a response with a number
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Mar 2017 09:17:58 +0000 (09:17 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Mar 2017 09:17:58 +0000 (09:17 +0000)
commit6c456aa15e558959338feda7614139df5e89bf81
treeffd84b1c699f81d426c21b8285bd7d5facf3d489
parentbf1b3c1166a83a68f7f5602334b1cb69f753bf48
- Add trustanchor.unbound CH TXT that gets a response with a number
  of TXT RRs with a string like "example.com. 2345 1234" with
  the trust anchors and their keytags.

git-svn-id: file:///svn/unbound/trunk@4051 be551aaa-1e26-0410-a405-d3ace91eadb9
13 files changed:
daemon/worker.c
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
testdata/chaos_trustanchor.rpl [new file with mode: 0644]
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y
util/shm_side/shm_main.c