<system.webServer> <rewrite> <rules> <rule name="Blocked IPs" stopProcessing="true"> <match url=".*" /> <conditions> <add input="{Bad Ips:{REMOTE_ADDR}}" pattern="1" /> </conditions> <!-- Actions can be Custom Rewrite, Redirect, or Just Abort Request, uncomment examples as needed (only one action is allowed) --> <action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" /> <!-- This one will rewrite url to specified file --> <!-- <action type="Rewrite" url="error.html" appendQueryString="false" /> --> <!-- This on will redirect to another site --> <!-- <action type="Redirect" url="http://www.google.com" appendQueryString="false" /> --> <!-- This one will just Abort --> <!-- <action type="AbortRequest" /> --> </rule> </rules> <rewriteMaps> <rewriteMap name="Bad Ips"> <!-- This one will use wildcards --> <add key="108.166.*.*" value="1" /> <!-- This one wil use static IP --> <add key="12.13.15.16" value="1" /> </rewriteMap> </rewriteMaps> </rewrite> <system.webServer>
Trouble logging in? Simply enter your email address below and we will send you an email that will allow you to reset your login.
For faster and more reliable delivery, add no-reply@nextmill.net to your trusted senders list in your email software.