RFC add keepalived to hcl-converter

2023-12-20 Thread Nathan Wehrman
time permits. Author: Nathan Wehrman Date: Wed, 20 Dec 2023 16:05:55 -0800 Subject: MINOR: Added keepalived struct type --- configuration/storage.go | 15 +++ 1 file changed, 15 insertions(+) diff --git a/configuration/storage.go b/configuration/storage.go index 9993a0e..0ecaecc 1

minor correction to the configuration manual

2024-08-13 Thread Nathan Wehrman
The configuration manual currently lists "option tcplog" as valid for use in a backend. This is not correct. This patch simply fixes that one line. 0001-MINOR-corrects-the-table-for-option-tcplog.patch Description: Binary data

New option tcplog clf format

2024-08-13 Thread Nathan Wehrman
Hello, For your consideration I wrote and tested a new a logging format that will allow tcp mode proxies to send logs that will adhere to clf (common log format). This will allow the sending of that data to servers that expect that format so it can be parsed but the connections will stand out

minor patch to add environment variables for http and tcp clf log formats

2024-08-20 Thread Nathan Wehrman
very small and simple patch but if a person needed this and it wasn't available then it's very frustrating so I thought I'd just get it done. If I missed anything then please let me know but I think it's just these 4 new lines. Thanks, Nathan Wehrman 0001-MINOR-Created-e