aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Models (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added ability to add tunnels with a QR code scan. Logic in place to parse conf files as well.Eric Kuck2018-08-214-0/+137
* Extend validators to work for DNS entries as well.Jeroen Leenarts2018-08-161-1/+1
* Use `commaSeparatedToArray` utility everywhere.Jeroen Leenarts2018-08-161-1/+1
* Do not perform optional try, this ate errors in the addressess and DNS input.Jeroen Leenarts2018-08-161-2/+2
* Added validation before saving any tunnelsEric Kuck2018-08-155-5/+149
* Config tweaking.Jeroen Leenarts2018-08-121-1/+1
* Add back addresses.Jeroen Leenarts2018-08-123-6/+12
* Fix config generation.Jeroen Leenarts2018-08-091-6/+6
* Add tunnel provider identifier.Jeroen Leenarts2018-08-083-1/+4
* Generate split allowed IPs in protocol configuration.Jeroen Leenarts2018-08-071-2/+4
* Remove Address and related code.Jeroen Leenarts2018-08-063-51/+0
* Remove incorrect core data model fields.Jeroen Leenarts2018-08-061-4/+0
* Add provider configuration generation.Jeroen Leenarts2018-08-062-13/+87
* Assign correct copyright.Jeroen Leenarts2018-08-051-1/+1
* Add NETunnelProviderManager management to AppCoordinator.Jeroen Leenarts2018-08-041-0/+16
* Change copyright notice.Jeroen Leenarts2018-07-155-5/+5
* Allow adding unvalidated config.Jeroen Leenarts2018-05-293-6/+26
* A config having zero peers is allowed.Jeroen Leenarts2018-05-271-5/+5
* Deal with final folder name issues due to Apple's case insensitive case preserving behavior.Jeroen Leenarts2018-05-277-0/+174
* Everything is a tunnel.Jeroen Leenarts2018-05-262-0/+56