This commit is contained in:
Christian Hesse 2025-10-15 17:23:04 +02:00
parent f55770b6a6
commit fef1b7dc47

View file

@ -59,7 +59,7 @@
:local ListComment ("managed by " . $ScriptName);
:local GenList ($ScriptName . "-" . [ $GetRandom20CharAlNum ]);
:local Maskv4 ({});
:for I from=0 to=31 do={
:for I from=0 to=32 do={
/ip/firewall/address-list/add dynamic=yes timeout=30s list=$GenList address=("255.255.255.255/" . $I) comment=$I;
}
:foreach AddressList in=[ /ip/firewall/address-list/find where list=$GenList ] do={