Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haproxytech/dataplaneapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: haproxytech/dataplaneapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 28, 2026

  1. MEDIUM: Implement DNS propagation checks for ACME

    For now, the propagation check timeout defaults to 1 hour, but can be
    customized using the environment variables `DPAPI_ACME_PROPAGTIMEOUT_SEC`
    and `DPAPI_ACME_PROPAGDELAY_SEC`, with a positive number of seconds.
    Setting `DPAPI_ACME_PROPAGTIMEOUT_SEC` to -1 will disable propagation
    checks.
    
    The propagation check will use the system's DNS servers as configured
    in /etc/resolv.conf, or fallback to a hard-coded list of public DNS
    resolvers.
    
    In a future version of HAProxy, it will be possible to configure those
    settings directly from haproxy.cfg.
    oliwer committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    59a6d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c00723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa10617 View commit details
    Browse the repository at this point in the history
Loading