From 6b65ab5f8889e13fb9d4596bd2109618abb7b8bc Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 14 Jul 2018 20:53:28 -0700 Subject: [PATCH] README: remove reference to deprecated relay_no_ips option [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57870b0..e590273 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Support for these IRCds exist, but are not tested as frequently and thoroughly. - For KLINE support to work, a `shared{}` block should also be added for PyLink on all servers. * [ircd-ratbox](http://www.ratbox.org/) (3.x) - module `ts6` - Host changing is not supported. - - On ircd-ratbox, all known IPs of users will be shown in `/whois`, even if the client is a cloaked relay client: if you're paranoid about this, turn off Relay IP forwarding by setting the `relay_no_ips` option in the ratbox network's `server:` block. + - On ircd-ratbox, all known IPs of users will be shown in `/whois`, even if the client is e.g. a cloaked relay client. If you're paranoid about this, turn off Relay IP forwarding on the ratbox network(s). - For KLINE support to work, a `shared{}` block should be added for PyLink on all servers. * [IRCu](http://coder-com.undernet.org/) (u2.10.12.16+) - module `p10` - Host changing is not supported.