Paige Thompson

Results 53 comments of Paige Thompson

Surprised it’s still experimental seems like it’s been there for a while. I’m not sure if I should use it ..

I've been playing around with `proxychains` which essentially proxifies any program that uses TCP sockets, unfortunately its very slow ` proxychains4 -f

also I agree socat is quite cumbersome if you use it: for this purpose, it ended up becoming two commands when I tried because I couldn't get chaining to work...

Also with regards to the haproxy solution id reccomend using something like this https://github.com/ryanchapman/go-any-proxy along with the necessary iptables (example below) rules to masq all tcp outbound except from haproxys...

Use proxychains ``` strict_chain quiet_mode proxy_dns tcp_read_time_out 15000 tcp_connect_time_out 8000 [ProxyList] socks5 127.0.0.1 9050 ``` `proxychains znc`

The reason why I ask is: ``` Added deploy-key mapping: Use identity '/home/runner/.ssh/key-9afee5aba32d34d4808381171428163bfab52f783f2c99f98ecce81fb90c9682' for GitHub repository xxxxxxxx ``` ``` Run cargo build --verbose warning: unused manifest key: source Updating crates.io...

theres no work around, you just shouldn't use ssh agent this way because they didn't think this through. What I'm gonna have to do is basically add each dependency as...

No worries, thank you for your response though I figured it must be one of those things where several people thought "RPC is a good idea for ZMQ" and everyone...

Also worth considering: - https://github.com/nats-io/jetstream/issues/21 - It's been a while since I looked at the JetStream message queues but the one SaaS provider that I could find considered Dendrite's number...

Honestly I think you guys would have something pretty cool here if: - Supported FIB - Added some hooks for pre-build scripts using chroot/jail the way my script does, (which...