database64128

Results 177 comments of database64128

When I first wrote this, I made the assumption based on my understanding of the documentation that specifying `--merge-output-format` alone was equivalent to specifying `--format` with the same argument. Looks...

> But is there any possibility like to add an txt file with user added arguments instead of defining one-by-one in the GUI. That means writing a shell-like argument parser,...

I think a comprehensive routing system, like the one in [shadowsocks-go](https://github.com/database64128/shadowsocks-go), can cover even more use cases, and is much more flexible than the ACL in shadowsocks-rust. I also don't...

> For example, if you need 75 bytes of padding for the current segment, you can generate 102 bytes and only use the first 75 bytes of it for the...

Shameless plug: You might be interested in https://github.com/database64128/swgp-go.

We have released `shadowsocks-windows` [v4.2.1.0](https://github.com/shadowsocks/shadowsocks-windows/releases/tag/4.2.1.0), which contains support for SIP008 online configuration.

### TL;DR: it would be much easier for clients to implement SIP008, if we only have one JSON format. The original JSON format is extensible, flexible, and can be easily...

> could you change it to just prompt a warn than throwing a fetal error when encountering an unknown field? https://github.com/golang/go/blob/e09bbaec69a8ff960110e13eabb3bef5331ecb0c/src/encoding/json/decode.go#L748 There isn't an exported error for this, so it...

The GUI supports adding custom arguments to yt-dlp. You can read the documentation of yt-dlp and see if it has command-line options for your use case.

As of the latest commit, you can: - Send SIGUSR1 to reload user credentials. - Use the REST API to manage users and get traffic stats. Feel free to provide...