I'm working on update security/softether-devel. However, this port and -devel port were created and maintained by other people. So there's no consistency between these ports. I'm going to renew -devel port this port based. Before updating -devel, cleanup existing Makefile issues on this port: * add LICENSE_FILE * add ONLY_FOR_ARCHS_REASON * avoid useless use of += * do patch in post-patch, not post-extract * do everything in do-install * remove MAKE_JOBS_UNSAFE as it actually build now * simplify DOT2UNIX_FILES * use sysrc rather than editing rc.conf in pkg-message * use tab after = Approved by: mentors (implicit)
22 lines
784 B
Text
22 lines
784 B
Text
**************************************************************************
|
|
|
|
To run softether vpn client from startup, run
|
|
sysrc softether_client_enable=yes
|
|
|
|
To run softether vpn server from startup, run
|
|
sysrc softether_server_enable=yes
|
|
|
|
To run softether vpn bridge from startup, run
|
|
sysrc softether_bridge_enable=yes
|
|
|
|
Initial and further configuration of all softether services can be
|
|
done either by using a Windows client to connect to the running
|
|
services or by vpncmd from command line.
|
|
|
|
Please note client and bridge functionality is not fully
|
|
supported on FreeBSD right now.
|
|
|
|
When removing SoftEther VPN without the desire to reinstall, please
|
|
ensure to remove the directory /var/db/softether as well.
|
|
|
|
**************************************************************************
|