Hello!
I’m using firewall rules to add some addresses into address lists:
/ip firewall filter
add action=add-src-to-address-list address-list=Forbidden address-list-timeout=1h1m20s chain=forward comment="TEST" dst-port=80,81 in-interface=WAN protocol=tcp
How can I do this with an address list record comments to be added too? May be something like this?:
/ip firewall filter
add action=add-src-to-address-list address-list=Forbidden address-list-timeout=1h1m20s address-list-comment="HTTP" chain=forward comment="TEST" dst-port=80,81 in-interface=WAN protocol=tcp