Jaime Pillora
Jaime Pillora
Chisel requires web sockets On Fri, 3 Sep 2021 at 7:22 am quaggalinux ***@***.***> wrote: > We can run below python code in google colab web console for expose web...
interesting, this is very old bug - strange that it was never mentioned. thanks for the report 👍
Anything else with the verbose flag on? On Sun, 25 Jul 2021 at 10:00 pm Zibri ***@***.***> wrote: > I tried to run it on repl.it for testing but I...
Thanks for the PR :) Confirming, the user can set either of the two env vars to "1.0" / "1.1" / "1.2" / "1.3" ?
Hey @pariseed I'd consider a PR, though I'd want to confirm the API beforehand, and also that we don't introduce many new dependencies
A few things changes that I'd request: * github.com/launchdarkly/go-ntlm-proxy-auth uses https://github.com/launchdarkly/go-ntlmssp - it would be better to depend directly on Microsoft's module https://github.com/Azure/go-ntlmssp, and maybe add a small wrapper in...
Commented on the PR 👍 On Tue, 27 Apr 2021 at 12:59 am PD ***@***.***> wrote: > Reopened this issue, because after one year and PR 204 > ignored nothing...
Awesome :) It's not possible to move existing connections into a new process. Each connection has significant state which couldn't be carried forward by a different process. chisel clients perform...
Yeah that sounds reasonable On Wed, 13 Dec 2017 at 8:22 am Vaidas Jablonskis wrote: > @jpillora I assume running multiple chisel > servers behind a TCP load balancer wouldn't...
It’s not supported on purpose since chisel has its own auth. Exposing socks options is a slippery slope. If you want a more socks features, I’d suggest running a separate...