summaryrefslogtreecommitdiffstats
path: root/Knot.files
diff options
context:
space:
mode:
authorJan Hák <jan.hak@nic.cz>2022-06-20 13:03:29 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2022-07-01 07:50:06 +0200
commit0851351442edbe8d0844344fc4c1c3e93f539fa2 (patch)
tree67185b73fae7009ad4b3c303be879f48ff31a0bc /Knot.files
parentSupport haproxy PROXY v2 protocol on incoming UDP packets (diff)
downloadknot-0851351442edbe8d0844344fc4c1c3e93f539fa2.tar.xz
knot-0851351442edbe8d0844344fc4c1c3e93f539fa2.zip
proxyv2: split the code into general contrib and internal knot parts
Diffstat (limited to 'Knot.files')
-rw-r--r--Knot.files4
1 files changed, 4 insertions, 0 deletions
diff --git a/Knot.files b/Knot.files
index c5d001513..3484fc8d5 100644
--- a/Knot.files
+++ b/Knot.files
@@ -161,6 +161,8 @@ src/contrib/openbsd/strlcat.h
src/contrib/openbsd/strlcpy.c
src/contrib/openbsd/strlcpy.h
src/contrib/os.h
+src/contrib/proxyv2/proxyv2.c
+src/contrib/proxyv2/proxyv2.h
src/contrib/qp-trie/trie.c
src/contrib/qp-trie/trie.h
src/contrib/semaphore.c
@@ -342,6 +344,8 @@ src/knot/query/requestor.c
src/knot/query/requestor.h
src/knot/server/dthreads.c
src/knot/server/dthreads.h
+src/knot/server/proxyv2.c
+src/knot/server/proxyv2.h
src/knot/server/server.c
src/knot/server/server.h
src/knot/server/tcp-handler.c