Projektdateien hinzufügen.
This commit is contained in:
4
scripts/allow-webinterface-network.bat
Normal file
4
scripts/allow-webinterface-network.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
REM Als Administrator ausfuehren, wenn Scheduler.WebPrefix = http://+:8095/ genutzt wird.
|
||||
netsh http add urlacl url=http://+:8095/ user=Everyone
|
||||
netsh advfirewall firewall add rule name="FileInterface HTTP Admin 8095" dir=in action=allow protocol=TCP localport=8095
|
||||
Reference in New Issue
Block a user