nixos/winbox: add udp/20561 to open ports for MAC connections (#514851)
This commit is contained in:
@@ -25,7 +25,10 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
networking.firewall = lib.mkIf cfg.openFirewall {
|
||||
allowedUDPPorts = [ 5678 ];
|
||||
allowedUDPPorts = [
|
||||
5678
|
||||
20561
|
||||
];
|
||||
allowedUDPPortRanges = [
|
||||
{
|
||||
from = 40000;
|
||||
|
||||
Reference in New Issue
Block a user