go-http-tunnel
go-http-tunnel copied to clipboard
Fast and secure tunnels over HTTP/2
``` 2019/06/21 11:27:54 level 0 action round trip failed addr [::1]:38292 host localhost:8080 url / err client not subscribed 2019/06/21 11:28:11 level 0 action round trip failed addr [::1]:38298 host...
Hello, When I'm using the `-clients` option server side, I always get the following error: > device ID invalid: incorrect length It seems that the client cert ID uses base32...
As a go-http-tunnel administrator, I'd like to have a command line argument that would give me a list of the registered tunnel clients at that time, and their IP addresses...
I am facing a weird issue. My tunnel.yaml file is as below :- ``` server_addr: example.com:5223 tunnels: now: proto: http addr: http://127.0.0.1:8080 host: me.example.com ``` On server side `-httpAddr` is...
I have been experiencing some issues when the Internet state changes (with connectivity to without connectivity)... apparently the client doesn't reconnect to server. A single restart on any side recovers...
Currently running `tunneld` needs to get certification and key files provided. I'd like to run `tunneld` as a service, so it would be awesome if there's a way to run...
I have implemented go-http-tunnel on my two local machines. one is as client & another one is as Server. I successfully configured server & client side both & don't get...
for `host` entry, if i use mytestroute.routetome.org does the whole thing have to be setup with DNS to point to my server? Or should I just be able to point...
> Rewrite the HTTP Host header to this value
Can you use this behind an authenticate proxy in the same way you'd use it behind a nat? For example, on windows, will it respect the HTTP_PROXY and HTTPS_PROXY environment...