dns/dnscrypt-proxy: cleanups

This commit is contained in:
Franco Fichtner
2018-11-19 08:53:39 +01:00
parent bface5bb83
commit 9499a7351e
6 changed files with 6 additions and 5 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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"
@@ -62,4 +62,4 @@ class CloakController extends ApiMutableModelControllerBase
{
return $this->toggleBase('cloaks.cloak', $uuid);
}
}
}
@@ -62,4 +62,4 @@ class ForwardController extends ApiMutableModelControllerBase
{
return $this->toggleBase('forwards.forward', $uuid);
}
}
}
@@ -44,4 +44,4 @@ class ServiceController extends ApiMutableServiceControllerBase
static protected $internalServiceTemplate = 'OPNsense/Dnscryptproxy';
static protected $internalServiceEnabled = 'enabled';
static protected $internalServiceName = 'dnscryptproxy';
}
}
@@ -62,4 +62,4 @@ class WhitelistController extends ApiMutableModelControllerBase
{
return $this->toggleBase('whitelists.whitelist', $uuid);
}
}
}