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: 30581300d717
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 961367717662
Choose a head ref
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 30, 2017

  1. nixos/dnscrypt-proxy docs: reword section on forwarding

    Newer versions of DNSCrypt proxy *can* cache lookups (via
    plugin); make the wording more neutral wrt. why one might want
    to run the proxy in a forwarding setup.
    
    (cherry picked from commit 5279ec1)
    joachifm committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    e8515db View commit details
    Browse the repository at this point in the history
  2. nixos/dnscrypt-proxy: grant daemon access to load plugins

    (cherry picked from commit bb6361b)
    joachifm committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    4bce01f View commit details
    Browse the repository at this point in the history
  3. nixos/dnscrypt-proxy: replace unimportant options with extraArgs

    Removes tcpOnly and ephemeralKeys: reifying them as nixos
    options adds little beyond improved discoverability.  Until
    17.09 we'll automatically translate these options into extraArgs
    for convenience.
    
    Unless reifying an option is necessary for conditional
    computation or greatly simplifies configuration/reduces risk of
    misconfiguration, it should go into extraArgs instead.
    
    (cherry picked from commit 719813c)
    joachifm committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    5762103 View commit details
    Browse the repository at this point in the history
  4. nixos/dnscrypt-proxy: add example of how to use the cache plugin

    (cherry picked from commit 5407405)
    joachifm committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    f1f6c70 View commit details
    Browse the repository at this point in the history
  5. nixos/dnscrypt-proxy: remove the resolverList option

    This option was initially added to make it easier to use an
    up-to-date list, but now that we always use an up-to-date list
    from upstream, there's no point to the option.
    
    From now on, you can either use a resolver listed by dnscrypt
    upstream or a custom resolver.
    
    (cherry picked from commit 472002f)
    joachifm committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    e72a0a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9613677 View commit details
    Browse the repository at this point in the history