]> git.ipfire.org Git - thirdparty/unbound.git/commit
PROXYv2 downstream support (#760)
authorYorgos Thessalonikefs <george@nlnetlabs.nl>
Mon, 3 Oct 2022 13:29:47 +0000 (15:29 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Oct 2022 13:29:47 +0000 (15:29 +0200)
commitc4e51a4cfe4d5320341ebb9e3b0965aa2003c467
treec646af04dd983e8b5a52e81cba62ba34b9f14c50
parent7d96a7e3fee775895a2f7faf370344a2d3fdd642
PROXYv2 downstream support (#760)
47 files changed:
Makefile.in
daemon/remote.c
daemon/stats.c
daemon/worker.c
doc/example.conf.in
doc/unbound.conf.5.in
edns-subnet/subnetmod.c
iterator/iterator.c
pythonmod/interface.i
pythonmod/pythonmod_utils.c
respip/respip.c
respip/respip.h
services/cache/infra.c
services/cache/infra.h
services/listen_dnsport.c
services/listen_dnsport.h
services/localzone.c
services/mesh.c
services/outside_network.c
services/rpz.c
smallapp/unbound-checkconf.c
testcode/do-tests.sh
testcode/fake_event.c
testcode/streamtcp.c
testdata/04-checkconf.tdir/04-checkconf.test
testdata/04-checkconf.tdir/bad.proxy-and-dnscrypt [new file with mode: 0644]
testdata/04-checkconf.tdir/bad.proxy-and-https [new file with mode: 0644]
testdata/proxy_protocol.tdir/proxy_protocol.conf [new file with mode: 0644]
testdata/proxy_protocol.tdir/proxy_protocol.dsc [new file with mode: 0644]
testdata/proxy_protocol.tdir/proxy_protocol.post [new file with mode: 0644]
testdata/proxy_protocol.tdir/proxy_protocol.pre [new file with mode: 0644]
testdata/proxy_protocol.tdir/proxy_protocol.test [new file with mode: 0644]
testdata/proxy_protocol.tdir/proxy_protocol.test.scenario [new file with mode: 0644]
testdata/proxy_protocol.tdir/proxy_protocol.testns [new file with mode: 0644]
testdata/proxy_protocol.tdir/unbound_server.key [new file with mode: 0644]
testdata/proxy_protocol.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
util/netevent.c
util/netevent.h
util/proxy_protocol.c [new file with mode: 0644]
util/proxy_protocol.h [new file with mode: 0644]