From d75410656d920b450275a7affdbeb7a06c499c9c Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 26 Sep 2008 16:51:12 +0000 Subject: [PATCH] update the daemon manpage to explain wildcarding in the ACL --- daemon/transmission-daemon.1 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/daemon/transmission-daemon.1 b/daemon/transmission-daemon.1 index edfb955cc..eab93e2a8 100644 --- a/daemon/transmission-daemon.1 +++ b/daemon/transmission-daemon.1 @@ -30,13 +30,11 @@ via RPC commands from transmission's web interface or .Sh OPTIONS .Bl -tag -width Ds -.It Fl a Fl -acl Ar (+|-)x.x.x.x[/x],... +.It Fl a Fl -acl Ar (+|-)x.x.x.x,... Specify access control list (ACL) to control which hosts may submit RPC requests. -ACL is a comma separated list of IP subnets, -each subnet is prepended by '-' or '+' sign. -Plus means allow, minus means deny. -If subnet mask is omitted, like "-1.2.3.4", then it means that single IP address. -Masks may vary from 0 to 32 inclusive. +This is a comma-separated list of IP addresses, each prepended by a '-' or '+' +to denote that access should be denied or allowed to that address. +Wildcards can be specified in an address by using '*'. Default: +127.0.0.1 .It Fl b Fl -blocklist -- 2.40.0