add adguardhome

This commit is contained in:
Joakim Repomaa
2025-02-15 16:50:47 +02:00
parent c15d518e4a
commit 75186e2f19
7 changed files with 113 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ let
services = {
ssh = { tcp = [ 22 ]; };
dhcp = { udp = [ 67 68 ]; };
dns = { udp = [ 53 ]; };
dns = { udp = [ 53 853 ]; tcp = [ 53 853 ]; };
web = { tcp = [ 80 443 ]; };
};