|
You are here |
golb.hplar.ch | ||
| | | | |
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. | |
| | | | |
sylvaindurand.org
|
|
| | | | | [AI summary] This article explains how to set up a Wireguard VPN on various platforms, highlighting its advantages over OpenVPN and providing detailed configuration steps for servers and clients. | |
| | | | |
blog.stigok.com
|
|
| | | | | [AI summary] A guide on setting up a WireGuard VPN server on CentOS, covering installation, configuration, firewall setup, and client connection steps. | |
| | | | |
hjr265.me
|
|
| | | I have lines like these in my /etc/hosts file: 127.0.0.1 toph.local 127.0.0.1 drafts.toph.local 127.0.0.1 quiz.toph.local I can run development servers locally and access them over .local hostnames (e.g. toph.local) instead of the loopback IP addresses (e.g. 127.0.0.1). It works fine. But every time I start working on a new project, I needed to add a new line to the /etc/hosts file. It didn't sit right with me. I should be able to point all *. | ||