-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a41b38eb266a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3dd39ca0e9a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 2 files changed
- 2 contributors
Commits on May 31, 2019
-
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.
1Configuration menu - View commit details
-
Copy full SHA for dc44fc1 - Browse repository at this point
Copy the full SHA dc44fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29eb4bc - Browse repository at this point
Copy the full SHA 29eb4bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de35c7 - Browse repository at this point
Copy the full SHA 1de35c7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b3dd39c - Browse repository at this point
Copy the full SHA b3dd39cView commit details
There are no files selected for viewing