1
0
Fork 0

nginx: Allow LAN access

This commit is contained in:
Daniel Kempkens 2023-04-10 22:24:46 +02:00
parent edc15bd00c
commit 47c87b7b1e
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -34,6 +34,8 @@
{
"enp1s0".allowedTCPPorts = nginxTCPPorts;
"enp1s0".allowedUDPPorts = nginxUDPPorts;
"enp7s0".allowedTCPPorts = nginxTCPPorts;
"enp7s0".allowedUDPPorts = nginxUDPPorts;
"tailscale0".allowedTCPPorts = nginxTCPPorts;
"tailscale0".allowedUDPPorts = nginxUDPPorts;
};