Skip to content

Instantly share code, notes, and snippets.

@PaulSorensen
Created May 5, 2014 11:26
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