diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-05-28 13:46:01 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-05-28 13:46:01 +0200 |
commit | e98f1c6429aa27fe561cfaf177464c4a62ba2cd7 (patch) | |
tree | 42e5702128f6da60a2c9c017db72ea4f389fc3b4 /docs | |
parent | 9baeec44d07dd7894fbbdb85913337e418deff93 (diff) |
Describe <ident:nolookupprefix>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b759f8d5d..e40273d39 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -897,6 +897,10 @@ # 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 # +# prefixed. Default is off. # # #<ident timeout="5" nolookupprefix="no"> |