unbound test

This commit is contained in:
2025-07-23 18:56:48 +02:00
parent 1e2010d920
commit 7f3f2c82d9
5 changed files with 175 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
192.168.88.14 qbt.cnst.dev
192.168.88.14 jellyseerr.cnst.dev
192.168.88.14 jellyfin.cnst.dev
192.168.88.14 uptime.cnst.dev
'';
interfaces = {
"eno1" = {

View File

@@ -7,6 +7,10 @@
group = "share";
uid = 994;
gid = 993;
unbound = {
enable = true;
};
caddy = {
enable = true;
};