OPNsense Forum

Archive => 22.1 Legacy Series => Topic started by: spider on February 17, 2022, 10:51:19 AM

Title: RFC-2136 Support plugin
Post by: spider on February 17, 2022, 10:51:19 AM
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:

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