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: a41b38eb266a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b3dd39ca0e9a
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on May 31, 2019

  1. wireguard: add each peer in a separate service

    Before, changing any peers caused the entire WireGuard interface to
    be torn down and rebuilt. By configuring each peer in a separate
    service we're able to only restart the affected peers.
    
    Adding each peer individually also means individual peer
    configurations can fail, but the overall interface and all other peers
    will still be added.
    
    A WireGuard peer's internal identifier is its public key. This means
    it is the only reliable identifier to use for the systemd service.
    grahamc committed May 31, 2019
    1
    Copy the full SHA
    dc44fc1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    29eb4bc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1de35c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #62325 from grahamc/wireguard-master

     wireguard: 0.0.20190406 -> 0.0.20190531 and Change peers without tearing down the interface, handle DNS failures better
    flokli committed May 31, 2019
    Copy the full SHA
    b3dd39c View commit details
    Browse the repository at this point in the history