mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/radsecproxy: new version
This commit is contained in:
parent
72b3fef223
commit
88f680415f
2 changed files with 12 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= radsecproxy
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_COMMENT= RADIUS proxy provides both RADIUS UDP and TCP/TLS (RadSec) transport
|
||||
PLUGIN_DEPENDS= radsecproxy
|
||||
PLUGIN_MAINTAINER= tobias@boehnert.dev
|
||||
|
|
|
|||
|
|
@ -3,3 +3,14 @@ transport, also supports TLS (RadSec), as well as RADIUS
|
|||
over TCP and DTLS. The aim is for the proxy to have
|
||||
sufficient features to be flexible, while at the same time
|
||||
to be small, efficient and easy to configure.
|
||||
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.1
|
||||
|
||||
* Added AccountingServer options (contributed by Marcel Ritter)
|
||||
|
||||
1.0
|
||||
|
||||
* Initial release (contributed by Tobias Boehnert)
|
||||
|
|
|
|||
Loading…
Reference in a new issue