Created
May 5, 2014 11:26
IP restrict Azure website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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