Total Pageviews

Sunday 25 August 2024

vpn程序VpnHood

 Undetectable Fast Portable VPN.

An alternative way for circumvention and privacy!

Undetectable VPN for ordinary users and experts. VpnHood is a solution to bypass Advanced Firewalls and circumvent deep packet inspection. VpnHood has been created entirely from scratch in C#.

Get VpnHood!

It is available for Windows and Android. The iOS client still needs to be ready!

Use Alternative Download links.

Client Features

  • Easy Installation: Just install and press connect
  • Undetectable on private IPs
  • Fast
  • Split Tunneling by Apps & Countries
  • Windows (x64) 10, 11
  • Android, Android TV
  • IPv6*

Server Features

  • No Network configuration or knowledge is required
  • No Admin privilege is required
  • Hot Restart (User sessions' will not close on restart)
  • Built-In User Management
  • Built-in NAT with zero configuration
  • NetScan Protector
  • Windows (x64) 10, 11, or Windows Server
  • Linux

Developer Features

  • Open source (LGPL License)
  • Completely in .NET
  • MAUI Support
  • Ads interface. AdMob and Chartboost have been integrated
  • Billing Interface
  • Highly Customizable
  • Easily Embed into your .NET app
  • Extendable User Management via REST API
  • Component-based via Nuget packages
  • Open the solution with Visual Studio and build

IPv6 Support

VpnHood supports IPv6, but in Windows, you must already be on the IPv6 network, so all your network traffic will be tunneled through VpnHood. In Windows, you cannot access IPv6 sites if your network is not already configured to use IPv6. In Android, however, you will get an IPV6 address and access to all IPv6 sites regardless of your network configuration.

Security Audit

We are excited to announce that VpnHood has undergone a comprehensive security audit by the Open Tech Fund. The audit results are now available for public review. This audit reaffirms our commitment to providing a secure and reliable VPN service for our users. You can read the full report here.

FAQ & Documents

Please check our Wiki for the VpnHood documents.

Support

You are always welcome!

Supported Server

Windows Linux

Special Thanks

  • SharpPcap: Fully managed, cross platform .NET library for capturing packets from live and file based devices.
  • WinDivert: a user-mode packet capture-and-divert package for Windows.
  • EmbedIO: A tiny, cross-platform, module based web server for .NET.
  • Advanced Installer: Installer tools for Windows.

from https://github.com/vpnhood/VpnHood

windows上的客户端下载地址:

https://github.com/vpnhood/VpnHood/releases/download/v4.6.553/VpnHoodClient-win-x64.msi

---------------------------------------------------------------------------------------------------

How to run VpnHood Server on Linux


This installation required root access. If you don't have root access check the following page:
How to run VpnHood Server on Linux without ROOT access

Note: You can also use VpnHood Access Server to install and manage your server with UI. see VpnHood Access Server.

Run the following Bash command for x64 architecture

sudo su -c "bash <( wget -qO- https://github.com/vpnhood/VpnHood/releases/latest/download/VpnHoodServer-linux-x64.sh)"

Run the following Bash command for arm64 architecture

sudo su -c "bash <( wget -qO- https://github.com/vpnhood/VpnHood/releases/latest/download/VpnHoodServer-linux-arm64.sh)"

Run the following command to generate an access key

sudo /opt/VpnHoodServer/vhserver gen

Start / Stop by Service

You can start / stop the VpnHoodServer if you choose "Auto Start" in the installation script.

sudo systemctl stop VpnHoodServer
sudo systemctl start VpnHoodServer

Start / Stop without service

sudo /opt/VpnHoodServer/vhserver stop
sudo /opt/VpnHoodServer/vhserver start

Configuration

VpnHood Server runs on port 443 (HTTPS) by default without any configuration. For more information check VpnHood Server Configuration.


from https://github.com/vpnhood/VpnHood/wiki/How-to-run-VpnHood-Server-on-Linux

 

No comments:

Post a Comment