Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0033b7

Browse files
committed
tinyproxy.conf.5: add an IPv6 example to allow/deny section
closes #578
1 parent 8b02f86 commit f0033b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man5/tinyproxy.conf.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ list for Tinyproxy. The order in the config file is important.
226226
If there are no `Allow` or `Deny` lines, then all clients are
227227
allowed. Otherwise, the default action is to deny access.
228228
The argument to `Allow` or `Deny` can be a single IP address
229-
of a client host, like `127.0.0.1`, an IP address range, like
229+
of a client host, like `127.0.0.1` or `::1`, an IP address range, like
230230
`192.168.0.1/24` or a string that will be matched against the
231231
end of the client host name, i.e, this can be a full host name
232232
like `host.example.com` or a domain name like `.example.com` or

0 commit comments

Comments
 (0)