Files
Fileinterface_Cron_Job/scripts/allow-webinterface-network.bat
2026-08-19 19:27:41 +02:00

5 lines
276 B
Batchfile

@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