Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

AdGuardVpn.cs

Mobile-API for AdGuard VPN an application that hides your IP and location from prying eyes, encrypts traffic and makes you anonymous

Example

using AdGuardVpnApi;

namespace Application
{
    internal class Program
    {
        static async Task Main()
        {
            var api = new AdGuardVpn();
            string locations = await api.GetLocations();
            Console.WriteLine(locations);
        }
    }
}

About

Mobile-API for AdGuard VPN an application that hides your IP and location from prying eyes, encrypts traffic and makes you anonymous

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages