From 9113795e70e84bddfc629452471b6c01f0000c50 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 10 Jan 2023 13:09:00 +0100 Subject: [PATCH] net/sslh: release plugin 1.0 --- README.md | 2 +- net/sslh/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55da66cf5..7c1cdc369 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ net/realtek-re -- Realtek re(4) vendor driver net/relayd -- Relayd Load Balancer net/shadowsocks -- Secure socks5 proxy net/siproxd -- Siproxd is a proxy daemon for the SIP protocol -net/sslh -- sslh configuration front-end (development only) +net/sslh -- sslh configuration front-end net/tayga -- Tayga NAT64 net/udpbroadcastrelay -- Control ubpbroadcastrelay processes net/upnp -- Universal Plug and Play Service diff --git a/net/sslh/Makefile b/net/sslh/Makefile index c4babf32a..e7a9d533d 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= sslh -PLUGIN_VERSION= 0.1 -PLUGIN_DEVEL= yes +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= sslh configuration front-end PLUGIN_DEPENDS= sslh PLUGIN_MAINTAINER= agh1467@protonmail.com