ca503995d7
to start OpenVPN; this sidesteps a problem where openvpn destroys and re- creates the tun interface, which affects PF/altq. - shorten DESCR to better fit 80x24 ok fkr@ (maintainer).
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
OpenVPN re-creates the tun(4) interface at startup; compatibility
|
|
with PF is improved by starting it from hostname.if(5). For example:
|
|
|
|
# cat << EOF > /etc/hostname.tun0
|
|
up
|
|
!${TRUEPREFIX}/sbin/openvpn --daemon --config ${SYSCONFDIR}/openvpn/server.conf
|
|
EOF
|