Results 8 comments of EdiTurn

因为昨天评论发布后在不同的设备上获得了不同的结果,所以删掉评论进行了更多的测试。 大概说一下问题出现的原因: 我在 53 端口上部署了 AdGuardHome,其上游为本机 dnsmasq。同时节点填写的是服务器域名。 passwall 服务重启时 nftset vpsiplist 被清空,而 AdGuardHome 有时会直接返回缓存中的节点 IP 而不转发到 dnsmasq,因此造成节点 IP 被延迟写入 vpsiplist。而当 TCP 转发端口中包含节点所使用的端口时,就会导致以上问题。 不知能否直接在 filter_vpsip 函数中先查询一遍节点 IP 并写入 vpsiplist? (让我疑惑的是:若使用 iptables,即便...

I just update to 10.8.0-beta2, it seems that the sequence of posted codecs is ignored. The server always choose the same codec of the source if it's in TranscodingProfiles. However,...

This issue could be fixed by just adding `$path=$path -replace "/" , "\"` to the ps1 file. But seems not available for the other two remote type. (NFS & mounted...

更新到 5.1.0 后,以上问题仍然存在,云闪付版本为 10.0.8

5.2.0 使用反馈: 云闪付指纹验证提前弹出的问题仍然存在(作为对比,旧版本云闪付、或云闪付自带的指纹验证,在选择优惠信息和支付方式后,点击“确认付款”才会弹出指纹验证),好在更换支付方式/优惠后能够再次弹出指纹验证。 此外,更新至5.2.0后我在微信/云闪付遇到了每次支付时第一次指纹验证必失败,第二次才会成功的问题,在插件设置中重设一遍支付密码后解决。因为和 readme 中所描述的解决方式有差异,因此说明一下。

Same issue here ```` make[2]: Entering directory '/home/editurn/openwrt/openwrt/feeds/packages/net/openssh' rm -f /home/editurn/openwrt/openwrt/build_dir/target-x86_64_musl/openssh-without-pam/openssh-9.8p1/.built touch /home/editurn/openwrt/openwrt/build_dir/target-x86_64_musl/openssh-without-pam/openssh-9.8p1/.built_check make -C /home/editurn/openwrt/openwrt/build_dir/target-x86_64_musl/openssh-without-pam/openssh-9.8p1 DESTDIR="/home/editurn/openwrt/openwrt/build_dir/target-x86_64_musl/openssh-without-pam/openssh-9.8p1/ipkg-install" STRIP_OPT="" all install make[3]: Entering directory '/home/editurn/openwrt/openwrt/build_dir/target-x86_64_musl/openssh-without-pam/openssh-9.8p1' Makefile:702: warning: ignoring prerequisites on suffix...

> trime 可以綁定 空白 左右滑動 == 方向鍵吧 是这样,但由于光标会循环移动,很难快速把光标移回末尾,一不小心就移过头了。

> 另一個script是移除 env.processor 把 lua_processor@*navigator 放在 navigator 前面 感谢你提供的脚本。 我的配置基于雾凇拼音,在 lua/ 下新建包含上述代码的 navigator.lua,并在我使用的小鹤双拼配置文件中插入以下内容后,已实现了所需功能。 请问我这么修改正确吗?另外,“移除 env.processor”需要如何做出改动? ``` engine/processors: - lua_processor@*select_character # 以词定字 - ascii_composer - recognizer - key_binder - speller -...