dotNetDR_

Results 5 comments of dotNetDR_

我也遇到同样问题 软路由模式:nat 开启了websocket 使用mux.enabled=true时,程序的udp包转发失败,把mux.enabled设为false就正常了 版本:v0.8.2

In my CentOS Linux release **7.1.1503** (Core) The following configuration is working. file: **/lib/systemd/system/docker.service** text: ``` [Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com After=network.target docker.socket Requires=docker.socket [Service] EnvironmentFile=-/etc/sysconfig/docker ExecStart=/usr/bin/docker -d $other_args...

我的client会输出如下日志: ``` [Warning] [2211278889] transport/internet/http: failed to dial to tcp:some_domain:443 > Put "https://some_domain:443/path_xx": http2: Transport: cannot retry err [stream error: stream ID 35; PROTOCOL_ERROR; received from peer] after Request.Body was...