Support haproxy PROXY v2 protocol on incoming UDP packets
1 unresolved thread
1 unresolved thread
closes #762 (closed)
Merge request reports
Activity
Filter activity
changed milestone to %3.2
requested review from @edmonds
assigned to @dsalzman
@edmonds any comments are welcome :-)
- src/contrib/proxyv2/proxyv2.c 0 → 100644
52 /* 53 * The transport protocol and address family. The upper four bits 54 * contain the address family and the lower four bits contain the 55 * protocol. 56 * 57 * The relevant values for DNS are: 58 * \x11: TCP over IPv4 59 * \x12: UDP over IPv4 60 * \x21: TCP over IPv6 61 * \x22: UDP over IPv6 62 */ 63 uint8_t fam_addr; 64 65 /* 66 * The number of PROXY v2 payload bytes following this header to skip 67 * to reach the proxied packet (i.e., start of the original DNS mesage). changed this line in version 2 of the diff
added 6 commits
-
feaa50ad...4fd0e18d - 4 commits from branch
master
- 4c394545 - Support haproxy PROXY v2 protocol on incoming UDP packets
- 08513514 - proxyv2: split the code into general contrib and internal knot parts
-
feaa50ad...4fd0e18d - 4 commits from branch
mentioned in commit d78290cc
mentioned in issue #816 (closed)