qupfer

Results 7 comments of 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: ![1](https://user-images.githubusercontent.com/2614431/127548705-925813a7-9f1f-4e16-9040-b3f24077ee95.png) 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...