qtun
qtun copied to clipboard
Yet another SIP003 plugin based on IETF-QUIC
Hi, I am a researcher working on fingerprinting QUIC connections to identify client implementations. As part of this work, we have been looking at censorship circumvention tools to see if...
quinn has [datagram over QUIC](https://github.com/quinn-rs/quinn/blob/main/docs/book/src/quinn/data-transfer.md#unreliable-messaging) support since 2019, now since [SIP003u](https://github.com/shadowsocks/shadowsocks-org/issues/180#issuecomment-1537347328) has been proposed and been implemented by [shadowsocks-rust](https://github.com/shadowsocks/shadowsocks-rust#notes), it's now possible to combine both and add UDP support to...
当前版本似乎没办法禁用,能否加个日志等级选项?
现在如果使用 ss-rust 并以 `--user nobody` 参数运行, qtun 读取到的 home 目录也还是会是 `/root` 具体请见:https://github.com/shadowsocks/shadowsocks-rust/issues/1105
以下是配置文件的关键部分: ```json // 服务端 { "server": "0.0.0.0", "server_port": 2047, "password": "${SHADOWSOCKS_PASSWORD}", "method": "chacha20-ietf-poly1305", "mode": "tcp_only", "plugin": "qtun-server", "plugin_opts": "acme_host=my.domain.com" }, // 客户端 { "server": "xxx.xxx.xxx.xxx", "server_port": 2047, "password": "${SHADOWSOCKS_PASSWORD}", "method":...
For example use the following command: ```bash # This is a ECC certificate shell> head -n 1 /etc/ssl/certs/343.re/privkey.pem -----BEGIN EC PRIVATE KEY----- shell> ss-libev-server -s 0.0.0.0 -p 12345 -k dnomd343...
Hi, Is there any solution to build qtun for mips_24kc? or is there any plugin similar to qtun? I get the error below: ``` cross build --target mips-unknown-linux-musl Compiling ring...
Cloudflare CDN 已支持 HTTP/3