genepi: open web ports to wireguard network

This commit is contained in:
2025-11-24 17:11:04 +01:00
parent 18cb4dfc1c
commit 680def4278

View File

@@ -6,4 +6,8 @@
};
networking.firewall.interfaces."zts7mq7onf".allowedTCPPorts = [ 443 ];
networking.firewall.interfaces."wireguard".allowedTCPPorts = [
80
443
];
}