Skip to content

koho/wg-ddns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wg-ddns

WireGuard DDNS Endpoint

Usage

Install the binary using the following command:

A/AAAA Record

go install github.com/koho/wg-ddns/cmd/wg-ip@latest

SVCB Record

go install github.com/koho/wg-ddns/cmd/wg-svcb@latest

Windows

Install the background service:

sc create wg-ddns binPath= "%GOPATH%\bin\wg-ip.exe -i YOUR_INTERFACE" DisplayName= "WireGuard DDNS" start= auto

Start the service:

net start wg-ddns

Linux

wg-ip -i YOUR_INTERFACE -t 180

About

WireGuard DDNS Endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages