Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.1 Legacy Series
»
RFC-2136 Support plugin
« previous
next »
Print
Pages: [
1
]
Author
Topic: RFC-2136 Support plugin (Read 1306 times)
spider
Newbie
Posts: 43
Karma: 1
RFC-2136 Support plugin
«
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:
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
Code:
[Select]
$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
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
22.1 Legacy Series
»
RFC-2136 Support plugin