nginx: Allow LAN access
This commit is contained in:
parent
edc15bd00c
commit
47c87b7b1e
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
{
|
||||
"enp1s0".allowedTCPPorts = nginxTCPPorts;
|
||||
"enp1s0".allowedUDPPorts = nginxUDPPorts;
|
||||
"enp7s0".allowedTCPPorts = nginxTCPPorts;
|
||||
"enp7s0".allowedUDPPorts = nginxUDPPorts;
|
||||
"tailscale0".allowedTCPPorts = nginxTCPPorts;
|
||||
"tailscale0".allowedUDPPorts = nginxUDPPorts;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue