Skip to content

Instantly share code, notes, and snippets.

@PaulSorensen
Created May 5, 2014 11:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save PaulSorensen/cc5d426934635a71aa38 to your computer and use it in GitHub Desktop.
IP restrict Azure website
<system.webServer>
<security>
<ipSecurity allowUnlisted="false" denyAction="NotFound">
<add allowed="true" ipAddress="8.8.8.8" subnetMask="255.255.255.0" />
</ipSecurity>
</security>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment