diff --git a/README.md b/README.md index 9c8688859..86e0a520a 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ security/intrusion-detection-content-et-pro -- IDS Proofpoint ET Pro ruleset (ne security/intrusion-detection-content-pt-open -- IDS Positive Technologies ESC ruleset security/intrusion-detection-content-snort-vrt -- IDS Snort VRT ruleset (needs registration or subscription) security/maltrail -- Malicious traffic detection system -security/netbird -- Peer-to-peer VPN that seamlessly connects your devices (development only) +security/netbird -- Peer-to-peer VPN that seamlessly connects your devices security/openconnect -- OpenConnect Client security/openvpn-legacy -- OpenVPN legacy support security/strongswan-legacy -- IPsec legacy support diff --git a/security/netbird/Makefile b/security/netbird/Makefile index 94eb027d8..ac9352a27 100644 --- a/security/netbird/Makefile +++ b/security/netbird/Makefile @@ -1,10 +1,8 @@ PLUGIN_NAME= netbird -PLUGIN_VERSION= 0.2 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.0 PLUGIN_DEPENDS= netbird PLUGIN_COMMENT= Peer-to-peer VPN that seamlessly connects your devices PLUGIN_MAINTAINER= dev@netbird.io PLUGIN_WWW= https://netbird.io -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"