wireguard-windows
wireguard-windows copied to clipboard
Download WireGuard for Windows at https://www.wireguard.com/install . This repo is a mirror only. Official repository is at https://git.zx2c4.com/wireguard-windows
Hi, This PR implements a an new config option "UpdateEndpointIP=0-65535" to periodically update endpoint IPs for dynamic DNS scenarios.
Enable overriding existed *.conf.dpapi. In current release, on add file to C:\Program Files\WireGuard\Data\Configurations with name that exist, app will go to loop, because can't create already existed file. Log: ```...
Found when building `golang.zx2c4.com/wireguard/windows/conf` on linux. (This logic would be nice to have not in a platform specific repo. Maybe in `wireguard-go` itself?) Signed-off-by: Vincent Batts
Added PT-BR version info
Add brazilian portuguese translation to the languages avaliable
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220315194320-039c03cc5b86 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
old code will checkptr fail : ```go // main.go package main import ( "io" "os" "golang.zx2c4.com/wireguard/windows/driver/memmod" ) func main() { fh, err := os.OpenFile(`C:\Windows\System32\iphlpapi.dll`, os.O_RDONLY, 0666) if err != nil...