1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-01 07:21:04 +01:00

merge PR#672

This commit is contained in:
Mészáros Mihály 2021-01-05 10:45:17 +00:00
parent 288c486676
commit 1600b07bb3

View File

@ -25,6 +25,8 @@ Version 4.5.2 'dan Eider':
* Add ACME redirect url
- merge PR #551 (by jelmd)
* support of --acme-redirect <URL>
- merge PR #672 further acme fixes (by jemld)
* fix acme security, redundancy, consistency
- Disable binding request logging to avoid DoS attacks. (Breaking change!)
* Add new --log-binding option to enable binding request logging
- Fix stale-nonce documentation. Resolves #604