Is there a way to get wireguard running on vyos with a dynamic IP / DNS endpoint?
I have a working openvpn setup with a dynamic IP by setting remote-host to a hostname kept up to date with dynamic dns updates, but want to switch to wireguard.
As far as I can tell, the wireguard setup in vyos only accepts ip addresses under the peer setting. Is this correct?
vyos@vyos# set interfaces wireguard wg0 peer peer0 address foo.bar
Invalid value
Value validation failed
Set failed
Curious if anybody can help me get this configuration working.Thanks