This website requires JavaScript.
Explore
Help
Sign In
cpet
/
openbsd-ports
Watch
1
Star
0
Fork
0
You've already forked openbsd-ports
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
openbsd-ports
/
security
/
fwknop
/
pkg
/
fwknopd.rc
8 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
2018-01-11 19:27:01 +00:00
#!/bin/ksh
Import fwknop 2.6.9 fwknop stands for the "FireWall KNock OPerator", and implements an authorization scheme called Single Packet Authorization (SPA). This method of authorization is based around a default-drop packet filter and libpcap. SPA is essentially next generation port knocking. Lots of help and tweaks by jca@, ok jca@
2017-09-11 15:50:33 +00:00
daemon="${TRUEPREFIX}/sbin/fwknopd"
. /etc/rc.d/rc.subr
rc_cmd $1
Reference in New Issue
Copy Permalink