aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuardNetworkExtension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VPN: Bring up the tunnelRoopesh Chander2018-10-271-69/+74
| | | | | | | | | | The app figures out all settings and passes them in the 'options' parameter of startTunnel(). The network extension just takes them as is and just plugs the supplied values into the right places. Signed-off-by: Roopesh Chander <roop@roopc.net>
* NE: Add bridging headerRoopesh Chander2018-10-271-2/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* NE: Remove entitlements we don't need for nowRoopesh Chander2018-10-271-8/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Prepare for rewrite: Move WireGuardNetworkExtension into the new project folderRoopesh Chander2018-10-275-0/+311
Signed-off-by: Roopesh Chander <roop@roopc.net>