localsend firewall
This commit is contained in:
parent
2dd9c877d7
commit
13c1a67609
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,11 @@
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
allowedUDPPorts = [
|
||||||
|
config.services.tailscale.port
|
||||||
|
53317
|
||||||
|
];
|
||||||
|
allowedTCPPorts = [ 53317 ];
|
||||||
trustedInterfaces = [ "tailscale0" ];
|
trustedInterfaces = [ "tailscale0" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue