diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-04 05:08:02 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-04 05:08:02 +0800 |
commit | 44db908159703a315de35b6e10de6ecbb1caa100 (patch) | |
tree | 0b233562f83fa0050c76ceb3ab596c98ed321502 /security/Makefile | |
parent | 5c2f809e8ac4762c8ee5a16fc60a78484c77814d (diff) | |
download | freebsd-ports-gnome-44db908159703a315de35b6e10de6ecbb1caa100.tar.gz freebsd-ports-gnome-44db908159703a315de35b6e10de6ecbb1caa100.tar.zst freebsd-ports-gnome-44db908159703a315de35b6e10de6ecbb1caa100.zip |
Kovpn is a really simple OpenVPN GUI for everyday use. It is a client only GUI,
meaning that you cannot administrate an OpenVPN server with it (Look for kvpnc
if you want such a program). You can use it to connect and disconnect without
needing to open a console. You can also input username and/or password that
might be needed.
In Short: It can do everything an end-user want's for his everyday work with
OpenVPN.
WWW: http://www.enlighter.de/
--Anderson S. Ferreira <anderson@cnpm.embrapa.br>
PR: ports/95709
Submitted by: anderson@cnpm.embrapa.br
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 26d222660015..dfd760e92199 100644 --- a/security/Makefile +++ b/security/Makefile @@ -196,6 +196,7 @@ SUBDIR += kgpg SUBDIR += klamav SUBDIR += knocker + SUBDIR += kovpn SUBDIR += krb4 SUBDIR += krb5 SUBDIR += kripp |