Hi All,
The RFC-2136 Support (os-rfc2136) does not work. It would be really nice if this would work as my domain provider provides a key that allows wild card Let's Encrypt certificates. This plugin would allow the external IP of a firewall at home to be managed, without using a dynamic DNS service.
There are a few problems with the current plugin:
- No "send" command
- Key validation is not correct - it checks for a domain.
- It does not have a field for a "zone"
The first and second are easy to fix:
Remove the validation line for the key.
/usr/local/etc/inc/plugins.inc.d/rfc2136.inc line 222 It looks like it should be
$upinst .= "send\n";
Adding a field is currently beyond my knowledge.
What I would like to know is how to add the zone field and a field to specify the key type MD5 is not supported.
Thanks - spider