# HG changeset patch # User MWild1 # Date 1259036037 0 # Node ID ee27befaf1fc0ee18dc0edd19d4980d6af18b07e # Parent 0f5256889fef46d2f0f65e237b94930f7353ec13 Small English fix in option description diff -r 0f5256889fef -r ee27befaf1fc mod_proxy65.wiki --- a/mod_proxy65.wiki Tue Nov 24 03:47:08 2009 +0000 +++ b/mod_proxy65.wiki Tue Nov 24 04:13:57 2009 +0000 @@ -19,7 +19,7 @@ ||proxy65_interface||The server's interface (IP address) to bind (listen) on (default is "`*`", meaning all interfaces)|| ||proxy65_address||The advertised address of the proxy, which clients use to connect to (default is the same as the hostname of the component)|| ||proxy65_port||The port on the server to which clients should connect (default is port 5000)|| -||proxy65_acl||Access Control List, when specified all users will the access be denied, except they are on that list. The list can contain domains, bare_jids or full_jids. e.g. proxy65_acl = {"example.com", "theadmin@anotherdomain.com", "only@fromwork.de/AtWork"}|| +||proxy65_acl||Access Control List, when specified all users will be denied access unless in the list. The list can contain domains, bare jids (normal) or full jids (including a resource). e.g. proxy65_acl = {"example.com", "theadmin@anotherdomain.com", "only@fromwork.de/AtWork"}|| = Compatibility = ||0.7 and above||Officially included in Prosody||