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