diff --git a/README.md b/README.md index a0f25c88..f32f16da 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ In the configuration file, a FirewallRule has the form: where -* *permission* is required and must be either allow or block. +* *permission* is required and must be allow, block, drop, log, or ulog. * *protocol* is optional. If present must be tcp, udp, icmp, or all. Defaults to all. * port *portrange* is optional. If present, protocol must be tcp or udp. diff --git a/debian/doc/nodogsplash.1 b/debian/doc/nodogsplash.1 index 157342c0..eed63c96 100644 --- a/debian/doc/nodogsplash.1 +++ b/debian/doc/nodogsplash.1 @@ -117,7 +117,7 @@ In the configuration file, a FirewallRule has the form: where . .IP "\(bu" 4 -\fIpermission\fR is required and must be either allow or block\. +\fIpermission\fR is required and must be allow, block, drop, log, or ulog\. . .IP "\(bu" 4 \fIprotocol\fR is optional\. If present must be tcp, udp, icmp, or all\. Defaults to all\.