/VpnHood.Client.Linux

An scaffold for developing VpnHood Client on linux

Primary LanguageC#GNU Lesser General Public License v2.1LGPL-2.1

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