Hi all.
I’m trying to use auto.rsc to mass update config on Mikrotiks.
I’ve upload this script:
/ip proxy access add dst-host=yahoo.com path= action=allow place-before=0
after this on router appeared file autoexecute.auto.log with this content:
Opening script file autoexecute.auto.rsc
Script file loaded successfully
It seems that everything went fine but when I look at proxy access rule there is no new rule.
If I import it from console by /import autoexecute.auto.rsc it says:
Thank you fosben for your help. It was that.
But how can I place my rule on top of rules?
I’ve tried using:
/ip proxy access print
/ip proxy access add dst-host=yahoo.com path= action=allow place-before=0
No luck.