I am running VyOS 1.3-rolling-202012311144 on an EdgeCore SAF51015I box.
I am trying to add a Dynamic DNS configuration for Google Domains.
I believe VyOS uses ddclient (https://github.com/ddclient/ddclient) for Dynamic DNS support, righ?
This should have in-built support for Google Domains since version 3.9.0 (2018-08-09) - link
However, the VyOS validations for dynamic DNS don't seem to have been updated to reflect the current protocols support by ddclient:
[email protected]# set service dns dynamic interface eth0.100 service google protocol Possible completions: changeip changeip protocol cloudflare cloudflare protocol dnspark dnspark protocol dslreports1 dslreports1 protocol dyndns2 dyndns2 protocol easydns easydns protocol namecheap namecheap protocol noip noip protocol sitelutions sitelutions protocol zoneedit1 zoneedit1 protocol [edit] [email protected]# set service dns dynamic interface eth0.100 service google protocol googledomains Please choose from the list of allowed protocols Value validation failed Set failed
Does it make sense to update it?