Jaime Pillora
Jaime Pillora
Yep, need to rm -rf /usr/local/go Here's my `install-go` script that i use to install/upgrade go
https://github.com/jpillora/dotfiles/blob/main/bin/install-go
Disclaimer: I dont fully understand the codebase, so feel free to correct any inaccuracies!
That’s strange, chisel client should retry forever… On Fri, 25 Oct 2024 at 3:55 AM Dylan Evans ***@***.***> wrote: > The code here > > fails to set a minimum...
A subscription to what? On Mon, 8 Jul 2024 at 6:40 AM Benyamin Moadab ***@***.***> wrote: > I have a server in Iran and one in Germany and I use...
Chisel without websockets requires repeated requests. This is very slow and chisel was written to improve on a tool that did this (crowbar). It might be possible with http2, however...
Yep this is a good suggestion, will update the readme at some point :)
No but I believe socat do it On Wed, 29 Jan 2025 at 5:41 pm, David Alsh ***@***.***> wrote: > I have a bunch of VMs running on my network...
In the following, where do you need a socks proxy? ``` user-app -> chisel-client -> chisel-server -> user-endpoint ```
Chisel is ssh over websockets, would not compress Even if applied at the ssh channel level, most tcp connections are either encrypted or already compressed On Mon, 9 Sep 2024...