You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying this out by spinning up a local server using python3 -m http.server 8004, and then running docker run -it --rm --network=host -v tunwg_keys:/data ghcr.io/ntnj/tunwg tunwg --forward=http://localhost:8004.
When I try visiting the URL returned by tunwg, I get the error Invalid response from forwarded server. Looking at the Python logs there was no HTTP request, and the tunwg logs say:
I was trying this out by spinning up a local server using
python3 -m http.server 8004
, and then runningdocker run -it --rm --network=host -v tunwg_keys:/data ghcr.io/ntnj/tunwg tunwg --forward=http://localhost:8004
.When I try visiting the URL returned by tunwg, I get the error
Invalid response from forwarded server
. Looking at the Python logs there was no HTTP request, and the tunwg logs say:The text was updated successfully, but these errors were encountered: