diff options
author | Robby <robby@chatbelgie.be> | 2019-01-11 15:54:58 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-11 15:01:56 +0000 |
commit | e784524e1107dd13f1591c9d9d2b2be2b5294581 (patch) | |
tree | bcb06b2560da75000a75c2582f8befe71df58386 /docs/conf | |
parent | 98e90d6d682c9795ab486d730d636d5c6ec1c817 (diff) |
The <ident:bind> setting doesn't exist anymore, remove the reference to it from the config.
This setting was removed in commit 0a1fe6cf293bef91b419f57374b96a6d2aec636e.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 8c9831d25..0647f77c0 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1021,7 +1021,6 @@ # the timeout for ident lookups here. If not defined, it will default # # to 5 seconds. This is a non-blocking timeout which holds the user # # in a 'connecting' state until the lookup is complete. # -# The bind value indicates which IP to bind outbound requests to. # # nolookupprefix: If on, the idents of users being in a connect class # # with ident lookups disabled (i.e. <connect useident="off">) will be # # prefixed with a "~". If off, the ident of those users will not be # |