feat: update firewall ports to include qbittorrent allowed UDP and TCP ports
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedUDPPorts = [ config.services.tailscale.port 4242 49983 24800 26900 ];
|
allowedUDPPorts = [ config.services.tailscale.port 4242 49983 24800 26900 60977];
|
||||||
allowedTCPPorts = [ 22 4242 49983 24800 26900 ];
|
allowedTCPPorts = [ 22 4242 49983 24800 26900 60977];
|
||||||
};
|
};
|
||||||
useDHCP = false;
|
useDHCP = false;
|
||||||
interfaces.enp6s0.ipv4.addresses = [{
|
interfaces.enp6s0.ipv4.addresses = [{
|
||||||
|
|||||||
Reference in New Issue
Block a user