Auto-update blog content from Obsidian: 2025-10-17 19:19:37
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 2s
Blog Deployment / Merge (push) Successful in 7s
Blog Deployment / Deploy-Production (push) Successful in 10s
Blog Deployment / Test-Production (push) Successful in 2s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s

This commit is contained in:
Gitea Actions
2025-10-17 19:19:37 +00:00
parent 7083e449f3
commit 67480f64f4
2 changed files with 11 additions and 0 deletions

View File

@@ -247,6 +247,17 @@ For the DNS, I will use Unbound. It is a validating, recursive, caching DNS reso
Let's configure Unbound, in `Services` > `Unbound DNS` > `General`:
![opnsense-unbound-general-settings.png](img/opnsense-unbound-general-settings.png)
I don't really modify advanced settings because I don't really know what I'm doing...
Then I configure a bunch of host overrides, this is custom DNS record you want for your network. Here I will define my Proxmox nodes with their static IP addresses:
![opnsense-add-host-override.png](img/opnsense-add-host-override.png)
As I set earlier the `Local Zone Type` to `static`, the DNS server will reply **NXDOMAIN** for anything not known for the local domain. For that reason, I need to add every subdomain served by my internal Traefik pointing to my reverse proxy (OPNsense in my current setup).
### DHCP
### VPN