Qiu Yuzhou
Qiu Yuzhou
Thanks for your response! * `zeus.qa`: a gRPC API server is implement in golang, which listen on two ports: http 80, grpc 8088. * `neogql.qa`: graphql gateway in front of...
I have tried to dive into it. 1. Start tap the pods and keep it run one hour. 2. Then I try to filter the grpc traffic then I can...
> because gRPC is working over HTT2 and it is long lasting connection there is higher chance to "miss" the traffic. > I'm still not sure why do you get...
https://github.com/sdcxtech/sentrytemporal sentry interceptor for go sdk @mlcdf
> In temporal v1.7: `TIMESTAMP DEFAULT '1970-01-01 00:00:01'` This don't work when the time zone is '+8:00', because it would be subtracted 8 hours when convert it to `UTC` time...
@zhfish Could you help to check this issue?
我先workaround一下: 全局模式先不设置系统配置指向privoxy(http proxy),任然只使用socks5代理。 毕竟privoxy只有搞开发,命令行工具才用的上。
Fix in fc538fe https://github.com/shadowsocks/ShadowsocksX-NG/blob/abf052baa3fc49bc422e756d4bdfb97099635723/ShadowsocksX-NG/v2ray-plugin/v2ray-plugin
It's niche to deploy a ss server in k8s cluster. I have a helm chart for deploy `ss-local` in k8s cluster which offer socks5 and http proxy. [ss-proxy-client.zip](https://github.com/shadowsocks/ShadowsocksX-NG/files/3587518/ss-proxy-client.zip)
继承原版的pac实现,其实我也不很清楚该怎么写规则。