1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/knock/files/patch-doc__knock.1.in
Sofian Brabez 6ec4ad0ae6 - Add LICENSE
- Add support for tun devices [1]
- Update MASTER_SITES
- Make happy portlint
- Bump PORTEPOCH

PR:		ports/159078 [1]
Submitted by:	Lung-Pin Chang <changlp at cs.nctu.edu.tw>
Approved by:	jadawin@ (mentor)
2011-09-26 08:26:18 +00:00

16 lines
639 B
Groff

--- ./doc/knock.1.in.orig 2005-06-27 07:10:30.000000000 +0200
+++ ./doc/knock.1.in 2011-08-17 13:28:24.000000000 +0200
@@ -15,6 +15,12 @@
If you want each port to use a different protocol (TCP or UDP), then you
can specify the protocol on a per-port basis. See the example below.
.TP
+.B "\-d <t>, \-\-delay <t>"
+Wait <t> milliseconds between each port hit. This can be used in situations
+where a router mistakes your stream of SYN packets as a port scan and blocks
+them. If the packet rate is slowed with --delay, then the router should let
+the packets through.
+.TP
.B "\-v, \-\-verbose"
Output verbose status messages.
.TP