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