zhanhb

Results 21 comments of zhanhb

服务器端启动貌似有点问题 ```txt 2019/07/13 13:51:08 SetDSCP: invalid operation 2019/07/13 13:51:08 SetReadBuffer: invalid operation 2019/07/13 13:51:08 SetWriteBuffer: invalid operation ```

那不应该啊,服务器端已经成功监听了这个端口的,telnet可以连的上,确认已经打开了tcp的。

从日志打印上看,可能是服务器端监听的问题 ```bash /root/server_linux_amd64 --listen 0.0.0.0:12987 ``` ``` 2019/07/13 02:07:09 listening on: [::]:12987 ``` 我启动命令指定了IP为0.0.0.0,但是监听的是IPv6的端口

我指定了实际监听IP,但是从另一台机器telnet,还是得到No route to host这个结果 从该服务器本机telnet是可以通的。

https://github.com/zhanhb/kcptun-sip003-wrapper

个人感觉该选项应该添加到服务器配置。我自己在路由器上改脚本的时候只改在代理设置上了,所以没有开对应的PR了。

``` echo 'server=/googleapis.cn/127.0.0.1#5300' >> /etc/dnsmasq.d/haha.conf ```

There are two issues to be resolved. - autoreconf should be run to regenerate aclocal.m4 - function `gt_TYPE_WINT_T` conflict in `coreutils-9.0/m4/wint_t.m4` and [missing-macros/src/m4/wint_t.m4](https://github.com/openwrt/openwrt/blob/master/tools/missing-macros/src/m4/wint_t.m4) Suggest solution: - add `PKG_FIXUP := autoreconf`...

File `coreutils-9.0/m4/wint_t.m4` is not patched. IMO, it's better to rename to `gt_TYPE_WINT_T_COREUTILS` rather than `gt_TYPE_WINT_T_GNUTLS`.

The script is still not gawk compatible. ```bash gawk -f