Skip to content

Instantly share code, notes, and snippets.

@smartjj
smartjj / vpnbridge
Last active February 17, 2017 03:33
SoftEther vpnbridge for FreeBSD 10.3
#!/bin/sh
#
# $FreeBSD: branches/2017Q1/net/softethervpn/files/vpnbridge.in 426359 2016-11-19 11:45:14Z hrs $
#
# PROVIDE: vpnbridge
# REQUIRE: LOGIN
#
. /etc/rc.subr
name=vpnbridge
@smartjj
smartjj / vpnclient
Last active February 17, 2017 03:33
SoftEther vpnclient for FreeBSD 10.3
#!/bin/sh
#
# $FreeBSD: branches/2017Q1/net/softethervpn/files/vpnclient.in 426359 2016-11-19 11:45:14Z hrs $
#
# PROVIDE: vpnclient
# REQUIRE: LOGIN
#
. /etc/rc.subr
name=vpnclient
@smartjj
smartjj / vpnserver
Last active February 17, 2017 03:32
SoftEther vpnserver for FreeBSD 10.3
#!/bin/sh
#
# $FreeBSD: branches/2017Q1/net/softethervpn/files/vpnserver.in 426359 2016-11-19 11:45:14Z hrs $
#
# PROVIDE: vpnserver
# REQUIRE: LOGIN
#
. /etc/rc.subr
name=vpnserver