mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/ddclient: standard plumbing
(happy to see this progress!)
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user