h: open up shiori port on tailnet
This commit is contained in:
parent
2dc7e0d6b4
commit
37b4ac2c18
@ -195,7 +195,7 @@ in
|
||||
};
|
||||
|
||||
firewall = {
|
||||
interfaces = { "tailscale0" = { allowedTCPPorts = [ 9002 ]; }; };
|
||||
interfaces = { "tailscale0" = { allowedTCPPorts = [ 9002 config.services.shiori.port ]; }; };
|
||||
allowedTCPPorts = [ 22 80 443 2222 53589 ];
|
||||
allowedUDPPorts = [ 7122 ];
|
||||
allowedUDPPortRanges = [
|
||||
|
Loading…
Reference in New Issue
Block a user