vpnhood / VpnHood.Client.Linux

An scaffold for developing VpnHood Client on linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VpnHood.Client.Linux

This repository serves as a simple scaffold for contributors developing the VpnHood Client on Linux.

  1. Build Project
  2. Publish for Linux
  3. Run VpnHoodClient on Linux
  4. You can open the UI via any Web Browser. http://127.10.10.10:9090
  5. You can not connect unless LinuxPacketCapture is implemented.

image

To implement LinuxPacketCapture, open LinuxPacketCapture and just implement methods with NotImplementedException. They are:

  • SendPacket
  • Device_OnPacketArrival
  • StartCapture
  • StopCapture

About

An scaffold for developing VpnHood Client on linux

License:GNU Lesser General Public License v2.1


Languages

Language:C# 100.0%