|
You are here |
blog.oddbit.com | ||
| | | | |
serverascode.com
|
|
| | | | | A techno-blog for our techno-times | |
| | | | |
sam.hooke.me
|
|
| | | | | The home page of Sam Hooke. | |
| | | | |
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: | |
| | | | |
it-notes.dragas.net
|
|
| | | [AI summary] This article provides a detailed guide on setting up a personal VPN using FreeBSD, WireGuard, IPv6, and ad-blocking features. It covers the installation and configuration of FreeBSD, setting up WireGuard for secure communication, configuring IPv6, implementing ad-blocking with Unbound, and setting up a firewall with pf to block malicious traffic. The guide also includes steps for creating and managing WireGuard clients and integrating DNS-based ad-blocking. | ||