Vigilans
Vigilans
Investigating, Edit: Successfully reproduced on raspi, tproxy & proxy requests sent from raspi itself. ``` 2020/08/29 16:50:03 [Debug] [419046787] v2ray.com/core/proxy/dokodemo: processing connection from: 10.0.0.11:38179 2020/08/29 16:50:03 [Info] [419046787] v2ray.com/core/proxy/dokodemo: received...
@wlnirvana Root cause found. I doubt whether your config works in older version... Use error log to trace the resolving of `doh.pub` in dns outbound (I manually prepended stack trace...
Receiving `Got error while processing diagnostics: can't load .so/.DLL for: /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libpthread.so (/lib/x86_64-linux-gnu/libpthread.so.0: symbol __libc_dl_error_tsd version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference)` in hie-1.0.0. Environment: * OS:...
自己测试下主要是和auth方式有关。目前版本下各auth模式添加的包头长度: * none: 102B * crc32: 106B * simple:110B * md5: 118B * hmac_sha1: 122B 另外虽然issue没提到,给个openvpn的参考: * auth与cipher为none时,会增加40B的link-mtu; * cipher为AES-256-GCM时,会增加56B的link-mtu; * 似乎是当目标地址是ipv6地址时,link-mtu会增加10B(即50B和66B)
同,图片可以复制粘贴到一般的linux应用里,但无法粘贴到wine开的应用里比如tim,wechat,但tim,wechat的截图或聊天记录里复制的图片可以互相粘贴,也可以粘贴到一般linux应用里
VS Code supports `trimFinalNewlines`, along with `insert_final_newline` and `trim_trailing_whitespace` that is already supported by editorconfig. It's a pity that editorconfig do not support this option so I have to add...
`-o ipv6` will use DHCPv6 to obtain ipv6 address. However, for router it is often the case that ipv6 address is obtained through `SLAAC`, and is configured by kernel itself...
Cause of this behavior: * The preferences specified in Eclipse are stored in `/{my-eclipse-workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings` * The preferences used by language server are stored in the temporary workspace folder in workspaceStorage,...
执行环境是否是使用Busybox的wget(使用`wget --help`查看)? 前段时间这里向`wget`这里加的一行"-4"参数: https://github.com/rehiy/dnspod-shell/pull/111/files#diff-b9e95544319203cd4295d11dbb63f18712514497bfbfdddca4b8919e0e1399adR117 Busybox版的似乎没有。我发现问题后忘了及时PR上来了。
新的Commit添加上去了,再测试一下是否可用?