Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 405 Bytes

installation.md

File metadata and controls

12 lines (9 loc) · 405 Bytes

install python

install libs

pip install -r requirements.txt

add appcmd to env

set PATH=%PATH%;%systemroot%\system32\inetsrv\

remove disallowed ips using appcmd.exe

appcmd.exe set config -section:system.webServer/security/ipSecurity /-"[ipAddress='x.x.x.x',allowed='False']" /commit:apphost