mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4050dfa320
We have ignored any ports listed here since 80365b989
(0.0.7rc1),
but we didn't warn the user that we were ignoring them. This patch
adds a warning if you put explicit ports in any of the options
{Socks,Dir}Policy or AuthDir{Reject,Invalid,BadDir,BadExit}. It
also adjusts the manpage to say that ports are ignored.
Fixes ticket 11108.
9 lines
333 B
Plaintext
9 lines
333 B
Plaintext
o Minor features:
|
|
- Warn the user if they put any ports in the SocksPolicy,
|
|
DirPolicy, AuthDirReject, AuthDirInvalid, AuthDirBadDir, or
|
|
AuthDirBadExit options. Fixes ticket #11108.
|
|
|
|
o Documentation:
|
|
- Explain that SocksPolicy, DirPolicy, and their allies don't take
|
|
port arguments. Fixes ticket #11108.
|