comparison mod_c2s_conn_throttle.wiki @ 327:5597754f81ea

correct grammar mistake.
author Marco Cirillo <maranda@lightwitch.org>
date Tue, 12 Mar 2013 18:41:03 +0000
parents 8fe2ec8a9f77
children
comparison
equal deleted inserted replaced
326:8fe2ec8a9f77 327:5597754f81ea
10 Copy the module folder into your prosody modules directory. 10 Copy the module folder into your prosody modules directory.
11 Place the module between your enabled modules either into the global or a vhost section. 11 Place the module between your enabled modules either into the global or a vhost section.
12 12
13 Optional configuration directives: 13 Optional configuration directives:
14 <code language="lua"> 14 <code language="lua">
15 cthrottler_logins_count = 3 -- number of logins attempt allowed, default is 3 15 cthrottler_logins_count = 3 -- number of login attempts allowed, default is 3
16 cthrottler_time = 60 -- .. in number of seconds, default is 60 16 cthrottler_time = 60 -- .. in number of seconds, default is 60
17 </code> 17 </code>
18 18
19 = Info = 19 = Info =
20 20