diff --git a/README.md b/README.md index fa75e2618..720fab518 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ security/maltrail -- Malicious traffic detection system security/openconnect -- OpenConnect Client security/softether -- Cross-platform Multi-protocol VPN Program (development only) security/stunnel -- Stunnel TLS proxy -security/tailscale -- Tailscale makes creating software-defined networks easy (development only) +security/tailscale -- VPN mesh securely connecting clients using WireGuard (development only) security/tinc -- Tinc VPN security/tor -- The Onion Router security/wazuh-agent -- Agent for the open source security platform Wazuh diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 02fad9cd9..e0294bca0 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,9 +1,8 @@ -PLUGIN_NAME= tailscale -PLUGIN_VERSION= 1.0.d -PLUGIN_REVISION= 1 -PLUGIN_DEVEL= yes -PLUGIN_COMMENT= Tailscale makes creating software-defined networks easy -PLUGIN_DEPENDS= tailscale -PLUGIN_MAINTAINER= sam@sheridan.co.uk +PLUGIN_NAME= tailscale +PLUGIN_VERSION= 1.0.d +PLUGIN_DEVEL= yes +PLUGIN_COMMENT= VPN mesh securely connecting clients using WireGuard +PLUGIN_DEPENDS= tailscale +PLUGIN_MAINTAINER= sam@sheridan.co.uk .include "../../Mk/plugins.mk" diff --git a/security/tailscale/pkg-descr b/security/tailscale/pkg-descr index 41c6d5b04..f134a7c2a 100644 --- a/security/tailscale/pkg-descr +++ b/security/tailscale/pkg-descr @@ -8,9 +8,4 @@ Plugin Changelog 1.0 -* initial development release - -1.0_1 - -* fixes to template to prevent auth key prompt when empty - +* initial release