:local listName "vpn_hrw_org" :local tag "IPLIST-AUTO hrw.org" /ip/firewall/address-list/remove [find where list=$listName and comment=$tag] /ip/firewall/address-list/add list=$listName address="23.185.0.0/24" comment=$tag /ip/firewall/address-list/add list=$listName address="23.185.0.2" comment=$tag /ipv6/firewall/address-list/remove [find where list=$listName and comment=$tag] /ipv6/firewall/address-list/add list=$listName address="2620:12a:8000::/44" comment=$tag /ipv6/firewall/address-list/add list=$listName address="2620:12a:8000::2" comment=$tag /ipv6/firewall/address-list/add list=$listName address="2620:12a:8001::2" comment=$tag