Crane.Peng

Results 5 comments of Crane.Peng

这种思路很好,避免了频繁的计算index的差值,效率快狠毒

> 之前 我升级到最新看看,然后做个对比,配置我打个码直接贴出来吗,还是发到作者邮箱。

> 过一会就出现了测试获取用户乘客列表失败,错误原因: 网络错误,然后就会重新要登录,增加了快代理的代理也不行 我也出现这种情况,是不是12306的接口防刷

Me too,I have the same issue. nginx version: 1.23.0 otel-webserver-module: v1.0.3 /etc/nginx/config.d/opentelemetry_module.conf: ```shell NginxModuleEnabled ON; NginxModuleOtelSpanExporter otlp; NginxModuleOtelExporterEndpoint http://otel-collector.open-telemetry:4317; NginxModuleServiceName DemoService; NginxModuleServiceNamespace DemoServiceNamespace; NginxModuleServiceInstanceId DemoInstanceId; NginxModuleResolveBackends ON; NginxModuleTraceAsError ON; ```...

> "protocol": "socks", "port": "0", 进入设置改一下端口,不能小于1024,默认是1080 我的设置了: "listen": "127.0.0.1", "protocol": "socks", "settings": { "udp": true, "auth": "noauth" }, "port": "1080" ,ping貌似也没问题,但是日志报错:proxy/socks: TCP Connect request to tcp:firebaselogging-pa.googleapis.com:443,我的系统是15.3.1,M4的mac mini,使用的最新客户端。依然连不上,但是我另一台设备也用ssr协议,客户端2.3.1(ssr协议配置同一个),却是好使的