Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <system.webServer>
  2. .
  3. .
  4. <security>
  5. <ipSecurity allowUnlisted="true">
  6. <!-- Add Here trusted Ips-->
  7. <add ipAddress="1.1.1.1.1" allowed="true" />
  8. </ipSecurity>
  9.  
  10. <dynamicIpSecurity denyAction="Forbidden">
  11. <denyByConcurrentRequests enabled="true" maxConcurrentRequests="20" />
  12. <denyByRequestRate enabled="true" maxRequests="30" requestIntervalInMilliseconds="1000" />
  13. </dynamicIpSecurity>
  14.  
  15. </security>
  16.  
  17. </system.webServer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement