qupfer
qupfer
> DNS over TCP is a mandatory part of the DNS spec: https://datatracker.ietf.org/doc/html/rfc7766#section-5 I'm not in an academic environment anymore, so maybe I'm wrong. But RFC 7766 describes DNS over...
Yeah, thats the behavior i would expect. But its not working. I have this mesage:  Clicking on details and Trust. Works one time, but after restarting mattermost, the same...
For those, who can't/want switch to /dev , a workaroud may be running acme.sh with `--debug --output-insecure` there the CK is shown. Copy it, and after validating it, export it...
That worked for me: In normal circumstances, your IPv6 address is your global public address, so you can relay on your "ip -a" (linux) or ipconfig (windows) command to get...
> @qupfer So we can update DDNS using an ipv6 but still not update simultaneously ipv4 and v6 ( as ipv6 will replace the v4 entry and vice versa) ?...
Not sure if I got the problem right, but strip-components is an tar "extraction" option. If your "input" contains the path, its part of the TAR. Nothing can done there....
> @qupfer we no not use the `tar` cli command for `borg import-tar`, but the `tarfile` module from python standard library. Yes, what’s why I named it workaround. Using cli...
Sure, but "I think" that if apkg config/preset is part of that project, it should "work" out of the box for default cases. I don't understand, where "CMAKE_INSTALL_SYSCONFDIR" is (re)defined....
I have no knowing about the xpipe internal, but for example the lxc/incus internal command `incus shell container` is mapped to `incus exec -- su -l` Maybe an idea? Or...
Hi, please check the "--ca-bundle" commandline flag from acme.sh ` --ca-bundle Specifies the path to the CA certificate bundle to verify api server's certificate.` If you use as file the...