Z

Results 9 issues of Z

{ "log": { "level": "info" }, "dns": { "servers": [ "223.5.5.5", "119.29.29.29" ] }, "inbounds": [ { "address": "0.0.0.0", "port": 27001, "protocol": "socks" } ], "outbounds": [ { "bind": "172.16.0.12",...

I have purchased the license for Sciter and compiled the static library, but how does Sciter load the static library in Rust?

question

cargo run -- --listen-addr 0.0.0.0:5000 password -u 111 -p 333 In the code, I have written config.set_udp_support(true); However, it still cannot support UDP and prompts "invalid reply ip"

![QQ截图20231220183104](https://github.com/OreosLab/checkinpanel/assets/1547563/c0a30a52-0c46-45e0-91e1-f01c44a1e58b) ## 开始执行... 2023-12-20 18:30:10 尝试检查运行环境... 成功,当前环境为: 青龙面板。 环境检查结束。 配置文件 (notify.toml) 检查开始... 未找到配置文件(不一定是错误),路径为: /ql/config/notify.toml。 配置文件检查结束。 checkinpanel 当前版本:20221108-4-010,不在 8-12 点内,跳过版本检查。 配置文件 (check.toml) 检查开始... 在 /ql/config/check.toml 发现配置文件。 配置文件检查结束。 Traceback (most recent call...

UDP有点问题,用不了 SocksCap测试结果 ![QQ截图20210407211531.png](https://i.loli.net/2021/04/07/RDK5ZOUda4Iui2L.png)

示例会支持UDP吗?~ SOCKS5支持UDP好像在Rust好难实现

good first issue

After downloading pg_analytics-v0.5.10-pg16-amd64-ubuntu2204.deb and executing the installation, I received these messages directly. ``` dpkg-deb: error: archive './pg_analytics-v0.5.10-pg16-amd64-ubuntu2204.deb' uses unknown compression for member 'control.tar.zst', giving up dpkg: error processing archive ./pg_analytics-v0.5.10-pg16-amd64-ubuntu2204.deb...

bug
ci/tests
github_actions
priority-3-low
user-request

目前使用最新的会提示这个 error: package `ravif v0.11.10` cannot be built because it requires rustc 1.79 or newer, while the currently active rustc version is 1.77.2

目前已经架设了一个vnts服务端,一共有3个设备连接分别为A(10.26.0.1) B(10.26.0.2) C(10.26.0.3),我该如何配置让A可以利用B的网络去访问? 例如在设备A用 curl --connect-timeout 3 -i 10.26.0.2 http://myip.top 就可以通过设备B的网络出口