-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bd6a12
commit 1ef53d2
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# New Features | ||
|
||
- Syslog length and format can now be configured via `ha_proxy.log_max_length` and `ha_proxy.log_format`. | ||
Defaults remain unchanged at 1024 bytes, and rfc3164. | ||
|
||
- HAProxy can now bind to the default interface on both IPv4 and IPv6 simultaneously, via the `ha_proxy.v4v6` | ||
property. When this is set, you must also set the `ha_proxy.binding_ip` to `::` for it to take effect. This | ||
feature is off by default. | ||
|
||
|
||
# Acknowledgements | ||
|
||
Thanks go to @cunnie for the IPv6 binding, and @msahihi for the log customization PRs! |