|
You are here |
serverascode.com | ||
| | | | |
byparker.com
|
|
| | | | | Cloudflare recently announced the availability of 1.1.1.1, a publicly available, privacy-first domain name server (DNS). I have been using OpenDNS on my routers for years and been quite happy with it. But Cloudflare's guarantees for logging and support for DNS over TLS and DNS over HTTPS are definitely things I'd like to see supported, so perhaps I'll give them a try. | |
| | | | |
virtualzone.de
|
|
| | | | | I'm running my containers with Podman in Rootless Mode on Alpine for about four months now. However, an annoying problem has haunted me ever since: When a container was connected to more than one network, outgoing connections were not working correctly. Consider a container connected to two bridge networks: $ podman run --rm -it \ --network net1 \ --network net2 \ alpine /bin/ash Inside the container, the two networks are connected correctly: | |
| | | | |
blog.cetinich.net
|
|
| | | | | [AI summary] A technical guide explaining how to determine MTU settings on ESX/VMware systems by progressively reducing ping packet sizes until successful transmission occurs. | |
| | | | |
blog.simos.info
|
|
| | | In the previous post, we saw how to build distrobuilder, then use it to create a LXD container image for Ubuntu. We used one of the existing configuration files for an Ubuntu container image. In th... | ||