Mercurial > prosody-wiki
changeset 187:4a6c1e35788c
Fixed an error.
author | maranda3985@gmail.com |
---|---|
date | Wed, 13 Apr 2011 00:37:47 +0000 |
parents | 673fa35f880f |
children | 388b6728f506 |
files | mod_register_json.wiki |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_register_json.wiki Tue Apr 12 23:52:13 2011 +0000 +++ b/mod_register_json.wiki Wed Apr 13 00:37:47 2011 +0000 @@ -32,7 +32,7 @@ Optional configuration directives: {{{ reg_servlet_realm = "Your Realm Name of choice" -- Modifies the name of the authentication realm. -reg_servlet_ttime = minutes -- Specifies the time (in minutes) between each request coming from the same remote address. +reg_servlet_ttime = seconds -- Specifies the time (in seconds) between each request coming from the same remote address. reg_servlet_bl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be blacklisted and won't be able to register. reg_servlet_wl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be ignored by the throttling. }}}