aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow adding and deleting peers.Jeroen Leenarts2018-05-292-20/+44
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Allow adding unvalidated config.Jeroen Leenarts2018-05-296-16/+121
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Wire up TunnelConfigurationTableViewController.Jeroen Leenarts2018-05-273-7/+147
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* A config having zero peers is allowed.Jeroen Leenarts2018-05-271-5/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* We are dealing with not just any tunnel, but with WireGuard tunnels.Jeroen Leenarts2018-05-271-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Deal with final folder name issues due to Apple's case insensitive case preserving behavior.Jeroen Leenarts2018-05-2735-0/+1059
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add trash can icon.Jeroen Leenarts2018-05-264-0/+23
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Some casing trouble in WireGuard strings.Jeroen Leenarts2018-05-261-3/+12
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Everything is a tunnel.Jeroen Leenarts2018-05-264-5/+237
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add bare bones `ProfileConfigurationTableViewController`.Jeroen Leenarts2018-05-241-0/+51
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Basic setup of ConnectionsTableViewController.Jeroen Leenarts2018-05-241-0/+36
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>