dns/ddclient: standard plumbing

(happy to see this progress!)
This commit is contained in:
Franco Fichtner
2022-01-03 07:55:08 +01:00
parent a48e2bf8be
commit e92d37409b
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1
PLUGIN_DEVEL= yes
PLUGIN_VERSION= 0.1
#PLUGIN_REVISION= 1
PLUGIN_DEPENDS= ddclient
PLUGIN_COMMENT= Dynamic DNS client
PLUGIN_MAINTAINER= ad@opnsense.org
@@ -34,6 +34,6 @@
* Class DynDNS
* @package OPNsense\DynDNS
*/
class DynDNS extends BaseModel
{
}
class DynDNS extends BaseModel
{
}