]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 16 Jul 2021 12:09:15 +0000 (14:09 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 16 Jul 2021 12:32:18 +0000 (14:32 +0200)
commitca4d68c64c540742d27af2003018db5eb1c6cf43
treec85f4f593fa0bc577b16c59e5abc31de239ed305
parentf693cbc90bfce548383039856b474d79676f0b88
- Introduce 'http-user-agent:' and 'hide-http-user-agent:' options.
27 files changed:
configure
doc/Changelog
doc/example.conf.in
doc/unbound.conf.5.in
services/authzone.c
services/outside_network.c
services/outside_network.h
testcode/fake_event.c
testdata/http_user_agent.tdir/127.0.0.1/example.com.zone [new file with mode: 0644]
testdata/http_user_agent.tdir/http_user_agent.conf [new file with mode: 0644]
testdata/http_user_agent.tdir/http_user_agent.dsc [new file with mode: 0644]
testdata/http_user_agent.tdir/http_user_agent.post [new file with mode: 0644]
testdata/http_user_agent.tdir/http_user_agent.pre [new file with mode: 0644]
testdata/http_user_agent.tdir/http_user_agent.test [new file with mode: 0644]
testdata/http_user_agent.tdir/petal.key [new file with mode: 0644]
testdata/http_user_agent.tdir/petal.pem [new file with mode: 0644]
testdata/http_user_agent.tdir/unbound_control.key [new file with mode: 0644]
testdata/http_user_agent.tdir/unbound_control.pem [new file with mode: 0644]
testdata/http_user_agent.tdir/unbound_server.key [new file with mode: 0644]
testdata/http_user_agent.tdir/unbound_server.pem [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