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: NixOS/nixpkgs
base: 301d04f3294a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9cc924a12a5c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 7, 2020

  1. nixos/security/acme: Add DNS resolver option

    When using the ACME DNS-01 challenge, there is a possibility of a
    failure to resolve the challenge if the record is not propagated
    fast enough. To circumvent this generic DNS problem, this adds
    a setting to explicitly tell the ACME provider to use a certain DNS
    resolver to lookup the challenge.
    
    Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
    jsimonetti committed Oct 7, 2020
    Copy the full SHA
    cc3ce9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #99948 from jsimonetti/acme-dnsresolver

    nixos/security/acme: Add DNS resolver option
    andir committed Oct 7, 2020
    Copy the full SHA
    9cc924a View commit details
    Browse the repository at this point in the history