Ky-Anh Huynh
Ky-Anh Huynh
As a work-around, I have to use the wrapper for my `ssh` command ``` #!/bin/bash # wrapper.sh ssh remote -N ``` I also note that I can't use `-f` inside...
I've written my own version in Ruby https://github.com/icy/rolo :D
Awesome, @NeoXiD :)
The last time I tried nix was sometime in 2017 :) Let me try now
This image is very limited and I don't think it's possible to do anything without rebuilding the base image: https://cloud.google.com/container-optimized-os/docs/concepts/disks-and-filesystem
> > A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is...
I can confirm that my socks proxy server doesn't support socks4 . It only accepts socks5. From our code https://github.com/elasticsearch-dump/elasticsearch-dump/blob/68907277608f505343880d50a219931926f81731/lib/request.js#L2, I understand our tool supports out socks5 out of the...
I have also created a simple socks4/socks5 proxy by using ssh. `curl` works well with this proxy server. The ssh connection will route local traffic to a bastion node which...
> Tested this with my own socks5 server and everything works. I can't introduce a new library, especially with a compiled dependency since this affects everything and potential impact on...
I've `Node.js v22.7.0` on my linux machine. I will try some older version next week. I will keep you posted. Thanks and nice weekend.