diff --git a/ChangeLog b/ChangeLog index f096723..5c49bb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,18 @@ -vNEXT: +v2.2.0: Added a boolean setting "is_unix" for listen and protocol entries. This will use the 'host' setting as a path name to a socket file, and connections (listening or connecting) will be performed on Unix socket instead of Internet sockets. - Support proxyprotocol on the backend server side. + Support HAProxy's proxyprotocol on the backend + server side. + + Lots of documentation about a new, simpler way to + perform transparent proxying. + + New "verbose" option that overrides all other + verbose settings. v2.1.3: Fix Landlock access to /etc/hosts.deny and diff --git a/echosrv-conf.c b/echosrv-conf.c index 8747a31..a46ee1e 100644 --- a/echosrv-conf.c +++ b/echosrv-conf.c @@ -1,5 +1,5 @@ /* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README) - * on Mon Feb 24 18:37:24 2025. + * on Sun Apr 6 11:44:59 2025. # conf2struct: generate libconf parsers that read to structs # Copyright (C) 2018-2024 Yves Rutschle diff --git a/echosrv-conf.h b/echosrv-conf.h index 1436146..de4b439 100644 --- a/echosrv-conf.h +++ b/echosrv-conf.h @@ -1,5 +1,5 @@ /* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README) - * on Mon Feb 24 18:37:24 2025. + * on Sun Apr 6 11:44:59 2025. # conf2struct: generate libconf parsers that read to structs # Copyright (C) 2018-2024 Yves Rutschle diff --git a/sslh-conf.c b/sslh-conf.c index a7edc8f..325e300 100644 --- a/sslh-conf.c +++ b/sslh-conf.c @@ -1,5 +1,5 @@ /* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README) - * on Mon Feb 24 18:37:24 2025. + * on Sun Apr 6 11:44:58 2025. # conf2struct: generate libconf parsers that read to structs # Copyright (C) 2018-2024 Yves Rutschle diff --git a/sslh-conf.h b/sslh-conf.h index 55c63e9..86058f4 100644 --- a/sslh-conf.h +++ b/sslh-conf.h @@ -1,5 +1,5 @@ /* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README) - * on Mon Feb 24 18:37:24 2025. + * on Sun Apr 6 11:44:58 2025. # conf2struct: generate libconf parsers that read to structs # Copyright (C) 2018-2024 Yves Rutschle diff --git a/version.h b/version.h index 39a8717..dcf9f0b 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "v2.1.4-40-g416a82f-dirty" +#define VERSION "v2.1.4-42-g4978641-dirty" #endif