Set fixed port

This commit is contained in:
Kroese 2025-10-07 05:14:45 +02:00 committed by GitHub
parent 9a4495583a
commit 85ee542fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ page="/run/shm/index.html"
address="/run/shm/qemu.ip"
shutdown="/run/shm/qemu.end"
template="/var/www/index.html"
url="http://127.0.0.1:$COM_PORT/read?command=10"
url="http://127.0.0.1:2210/read?command=10"
resp_err="Guest returned an invalid response:"
curl_err="Failed to connect to guest: curl error"