hi guys
anyone can help me with a script copy all the sites from the dns cache and adds it to dns static ?
thank you
:foreach a in=[/ip dns cache find static=no] do={
/ip dns static add address=[/ip dns cache get $a address] name=[/ip dns cache get $a name]
}