# HG changeset patch # User maranda3985@gmail.com # Date 1338066401 0 # Node ID a0d014edd8dfd3d0390f45ef398140da28e9d947 # Parent 22f6a2a998cfa2ae12b482d9de0058af3aef1f3f Refined. diff -r 22f6a2a998cf -r a0d014edd8df mod_host_guard.wiki --- a/mod_host_guard.wiki Sat May 26 20:52:16 2012 +0000 +++ b/mod_host_guard.wiki Sat May 26 21:06:41 2012 +0000 @@ -18,9 +18,9 @@ Module configuration syntax: host_guard_blockall = { "no_access.yourhost.com", "no_access2.yourhost.com" } -- insert here the local hosts where you want to forbid all remote traffic to. -host_guard_blockall_exceptions = { "i_can_access.no_access.yourhost.com" } -- exceptions for the above. +host_guard_blockall_exceptions = { "i_can_access.no_access.yourhost.com" } -- optional exceptions for the above. host_guard_selective = { "no_access_from_blsted.myhost.com", "no_access_from_blsted.mycomponent.com" } -- insert here the local hosts where you want to employ blacklisting. -host_guard_blacklist = { "remoterogueserver.com", "remoterogueserver2.com" } -- blacklisted remote hosts. +host_guard_blacklist = { "remoterogueserver.com", "remoterogueserver2.com" } -- above option/mode mandates the use of a blacklist, you may blacklist remote servers here. The above is updated when the server configuration is reloaded so that you don't need to restart the server.