var minisrv_service_file = true;
if (request_headers.query.machine && request_headers.query.port) {
headers = `200 OK
Content-Type: text/html
Connection: close
wtv-connection-close: true
wtv-service: reset
wtv-service: name=wtv-1800 host=${request_headers.query.machine} port=${request_headers.query.port} flags=0x00000004 connections=1
wtv-boot-url: wtv-1800:/preregister
`
data = `
Connect Setup v2.2-minisrv
Connecting...
Please wait while we connect you to ${request_headers.query.machine}:${request_headers.query.port} ...
`;
} else {
headers = `200 OK
Content-Type: text/html`
data = `
Connect Setup v3.0