genepi: open web ports to wireguard network
This commit is contained in:
parent
18cb4dfc1c
commit
680def4278
1 changed files with 4 additions and 0 deletions
|
|
@ -6,4 +6,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.interfaces."zts7mq7onf".allowedTCPPorts = [ 443 ];
|
networking.firewall.interfaces."zts7mq7onf".allowedTCPPorts = [ 443 ];
|
||||||
|
networking.firewall.interfaces."wireguard".allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue