Skip to content

Commit

Permalink
Update repo urls
Browse files Browse the repository at this point in the history
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
zx2c4 committed Dec 30, 2019
1 parent c48406a commit ba1c968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MOBILECONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ Here's an example WireGuard configuration payload dictionary:

Configurations added via .mobileconfig will not be migrated into keychain until the WireGuard application is opened once.

[wg-quick(8)]: https://git.zx2c4.com/WireGuard/about/src/tools/man/wg-quick.8
[wg(8)]: https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8
[wg-quick(8)]: https://git.zx2c4.com/wireguard-tools/about/src/man/wg-quick.8
[wg(8)]: https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8
2 changes: 1 addition & 1 deletion WireGuard/Shared/Model/Endpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extension Endpoint {

init?(from string: String) {
// Separation of host and port is based on 'parse_endpoint' function in
// https://git.zx2c4.com/WireGuard/tree/src/tools/config.c
// https://git.zx2c4.com/wireguard-tools/tree/src/config.c
guard !string.isEmpty else { return nil }
let startOfPort: String.Index
let hostString: String
Expand Down

0 comments on commit ba1c968

Please sign in to comment.