go-http-tunnel
go-http-tunnel copied to clipboard
Fast and secure tunnels over HTTP/2
Hello Community! Unfortunately this project has become a little rusty. If you would like to see this project brought back to life upvote 👍. Do not hesitate to share feature...
Question: if you wanted to keep the same domain for differnt apps how would you set the tunnel.yml config file? for example: http://domain/uphost http://domain/trivial The uphost and trivial are two...
self signed certificate error: "http: proxy error: x509: certificate signed by unknown authority" my config: proto: http addr: https://192.168.1.1:443 how to fix
The reset is performed at the time the connection has been established. This can cause the problem described in #76. I the server connection fails after max_time + x it...
Please compressed memory openwrt. Openwrt load 653m memory. can you compressed it? 
License
Hello, because I think it's a very good software and, with just a few adjustments / additions (like the ones in my pull request), it can be a great library...
I have about 30 clients connected to a tunneld server. Sometimes, when I restart one of the clients with a hard power reset, it freezes up the tunneld for all...
tunnel.ymal file: server_addr: 64.x.x.x:5223 tunnels: webui: proto: http addr: localhost:4200 host: chatbot.x.online tls: proto: sni addr: localhost:8000 host: developer.x.online _x was filled with my public server ip or its name,...
Any plan on NTLMv2 upstream proxy support? If needed I will help to test the code. Thanks!
Hello, I'm running this tunnel to serve a python notebook service. I run the tunnel and tunneld as the `Readme.md`, But I find all the `GET` response works great, But...