An open API service indexing awesome lists of open source software.

https://github.com/ysc3839/uwptoyvpn

A UWP VPN plugin sample.
https://github.com/ysc3839/uwptoyvpn

cpp17 cppwinrt network networking uwp vpn windows-10 winrt

Last synced: 25 days ago
JSON representation

A UWP VPN plugin sample.

Awesome Lists containing this project

README

        

# UWPToyVpn
UWPToyVpn is a sample application that shows how to build a VPN client using the [Windows.Networking.Vpn](https://docs.microsoft.com/en-us/uwp/api/Windows.Networking.Vpn) class.

It was inspired by Android's [ToyVpn](https://android.googlesource.com/platform/development/+/master/samples/ToyVpn).

The server-side implementation is compatible with [ToyVpn's](https://android.googlesource.com/platform/development/+/master/samples/ToyVpn/server/linux).