tmp
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']" ``` ##参考 *
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment