mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dnscrypt-proxy: cleanups
This commit is contained in:
@@ -34,6 +34,7 @@ databases/redis -- Redis DB
|
||||
devel/debug -- Debugging Tools
|
||||
devel/helloworld -- A sample framework application
|
||||
dns/bind -- BIND domain name service
|
||||
dns/dnscrypt-proxy -- Flexible DNS proxy supportung DNSCrypt and DoH
|
||||
dns/dyndns -- Dynamic DNS Support
|
||||
dns/rfc2136 -- RFC-2136 Support
|
||||
mail/postfix -- SMTP mail relay
|
||||
|
||||
@@ -3,6 +3,6 @@ PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Flexible DNS proxy supportung DNSCrypt and DoH
|
||||
PLUGIN_DEPENDS= dnscrypt-proxy2
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
PLUGIN_DEVEL= yes
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
+1
-1
@@ -62,4 +62,4 @@ class CloakController extends ApiMutableModelControllerBase
|
||||
{
|
||||
return $this->toggleBase('cloaks.cloak', $uuid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -62,4 +62,4 @@ class ForwardController extends ApiMutableModelControllerBase
|
||||
{
|
||||
return $this->toggleBase('forwards.forward', $uuid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -44,4 +44,4 @@ class ServiceController extends ApiMutableServiceControllerBase
|
||||
static protected $internalServiceTemplate = 'OPNsense/Dnscryptproxy';
|
||||
static protected $internalServiceEnabled = 'enabled';
|
||||
static protected $internalServiceName = 'dnscryptproxy';
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -62,4 +62,4 @@ class WhitelistController extends ApiMutableModelControllerBase
|
||||
{
|
||||
return $this->toggleBase('whitelists.whitelist', $uuid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user