Skip to content

PerfectLaugh/wg-windivert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WG-WinDivert

Go VPN partially by only proxying specified process name in WireGuard, in Windows.

How to install

Install Golang, then execute following command to build wg-windivert.

go get https://github.com/PerfectLaugh/wg-windivert

The following is the usage:

Usage of wg-windivert.exe:
  -endpoint string
        Server Endpoint
  -ipv4 string
        Internal IPv4 in WireGuard (default "0.0.0.0")
  -ipv6 string
        Internal IPv6 in WireGuard (default "::")
  -name string
        Target Process Name(s), use '|' as seperator
  -privkey string
        Client Private Key
  -pubkey string
        Server Public Key

Please notice that you need to put WinDivert binaries (including driver) in executable directory, then execute with administrator privilieges.

About

Proxy network traffic from specific Windows processes with WireGuard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages