nebula: Add DNS support by configuring unbound

This commit is contained in:
SebastianStork 2026-01-09 19:43:19 +01:00
parent dc3fc4d5ad
commit ac3b43a952
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
5 changed files with 106 additions and 12 deletions

View file

@ -29,6 +29,7 @@
routableAddress = "188.245.223.145";
isLighthouse = true;
isServer = true;
dns.enable = true;
};
};

View file

@ -36,6 +36,7 @@
routableAddress = "49.13.231.235";
isLighthouse = true;
isServer = true;
dns.enable = true;
};
syncthing = {