mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
SoftEther VPN ("SoftEther" means "Software Ethernet") is a powerful, multi-OS and easy-to-use multi-protocol VPN software. It supports SSL-VPN (HTTPS), as well as OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP tunneling protocols and has a clone function to support OpenVPN clients. WWW: http://www.softether.org PR: 188437 Submitted by: net@arrishq.net Reviewed by: marino
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/bin/sh
|
|
#
|
|
# wrapper script for vpncmd, the configuration binary for
|
|
# SoftEther vpn
|
|
#
|
|
%%PREFIX%%/libexec/softether/vpncmd ${1+"$@"}
|