database64128

Results 265 comments of database64128

All you need is a tool that listens on a port and forwards traffic via a SOCKS server to an arbitrary destination, which in this case is the Shadowsocks server....

> I personally totally Ok with this feature. But it may require quite a lot of work. Adding a proxy option inside `ConnectOpts` and makes `TcpStream` as an `enum` type....

> if I understand correctly, the shadowsocks's Rust implementation separates `ssslocal` and `ssserver`, which means running two binaries to have the excepted feature. Is that accurate? I want to ensure...

Shameless plug: In [shadowsocks-go](https://github.com/database64128/shadowsocks-go), I implemented the following client selection policies: - `"round-robin"`: Selects clients sequentially, cycling through the list. - `"random"`: Selects clients randomly. - `"availability"`: Selects the client...

@iG8R Yeah, also makes sense if you think of "list formats" as a dry run of "download". Thanks for the feedback!

As I mentioned in https://github.com/database64128/youtube-dl-wpf/issues/183#issuecomment-3523518103, I very much prefer the current design. But I suppose we could make this an option, and allow users like you to switch to a...

> I'd prefer to have a simple input field - it allows conveniently both entering and editing arguments Yeah, makes sense. Let's keep the chips for displaying generated arguments, and...

I'm not interested in maintaining container images, as my own workflow does not involve containers. However, I'm open to having community-maintained container images in the README, like this other project...

I'm not sure how many people actually need this as a predefined preset. I'd like to see more upvotes and comments. Labeled `wontfix` for now.

> v2ray's vmess outbound creates a TCP stream for each daddr:dport of the UDP packets received on inbound. You just described 2 of the worst things about V2Ray: 1. Its...