tmp
Showing posts with label
IIS
.
Show all posts
Showing posts with label
IIS
.
Show all posts
Monday, July 28, 2014
コマンドプロンプトでIPアドレス制限
(ex ip:xxx.xxx.xxx.xxx, subnet mask=255.255.255.255) ###拒否リストに追加 ```bash c:\Windows\System32\inetsrv\appcmd set config /section:system.webServer/security/ipsecurity /+"[ipaddress='xxx.xxx.xxx.xxx',subnetMask='255.255.255.255',allowed='false']" ``` ###拒否リストから削除 ```bash c:\Windows\System32\inetsrv\appcmd set config /section:system.webServer/security/ipsecurity /-"[ipaddress='xxx.xxx.xxx.xxx',subnetMask='255.255.255.255',allowed='false']" ``` ##参考 *
Older Posts
Home
Subscribe to:
Posts (Atom)