invis-z

Results 9 comments of invis-z

https://github.com/hanwen/go-fuse/pull/220 seems fixed flock, could you have a look at it? Thanks!

You should go to openwrt/luci or the author of luci-app-siitwizard to report this issue since the localization is not handled by the theme and it should have the same mistake...

The spec of dnscrypt require the server to support TCP ([Source](https://dnscrypt.info/protocol/)). > The DNSCrypt protocol can use the UDP and TCP transport protocols. DNSCrypt Clients and resolvers should support the...

Sorry I might misunderstood the word "upstream" in your previous post, I was thinking updating the protocol. Yes maybe something like `dnscrypt-tcp://xxxx` with the DNS stamp (thus only replacing the...

After looking into the specification of [DNS Stamps](https://dnscrypt.info/stamps-specifications), I don't know if there is an elegant way of adding this flag without breaking compatability. Maybe it is possible to add...

感觉上面说的配置文件应该是 _~/.acme.sh/\*.xxx/*.xxx.conf_ 吧,不过目测你现在的情况应该是因为你更新证书时第一个`-d`是`xxx`所以acme.sh当作新证书来处理了,`acme.sh -k 4096 --issue --dns dns_dp --reloadcmd "xxxxx" -d *.xxx -d xxx -d *.m.xxx --force`或者重新`acme.sh --install-cert -d xxx ...`或许可以解决你的问题。

It doesn't happen on samba. I was migrating the same share from samba, which worked fine with the same root path. ``` [ShareName] path = /mnt/ShareName valid users = comment...

Yes, the problem is gone with the patch! Thanks!

The patch seems was accepted by upstream and issue was fixed after upgrading to kernel `6.9.7-1-default` for openSUSE Tumbleweed (rolling release so it probably was fixed in earlier kernels already)....