https://github.com/vyos/vyos-1x/pull/3896#issuecomment-2481827795
when I try to add root zone . as per https://docs.powerdns.com/recursor/lua-config/ztc.html#example
I get node.tag auto complete, is this correct behavior? I couldnt find any reference to "node.tag" in pdns-recursor docs
```
vyos@vyos# set service dns forwarding zone-cache .
Possible completions:
> node.tag Load a zone into the recursor cache
```
then /run/pdns-recursor/recursor.conf.lua ends up being
```
zoneToCache("node.tag", "url", "https://www.internic.net/domain/root.zone", { dnssec = "validate", zonemd = "validate", maxReceivedMBytes = 0, retryOnErrorPeriod = 60, refreshPeriod = 86400, timeout = 20 })
```