Hi everyone, .
I am looking to maintain a whitelist of ip's for a firewall rule but I don't want to maintain that list constantly. I plan to have a one-click webpage which will trigger an update to the list. The page will be a simple challenge/response and on submit will silently update the list if the response is valid. the intention is to locate a list entry by its comment and update the ip,never to add items.
I did some searches to see how I can interact with Router OS via PHP but couldn't find anything useful. Does anyone here have some pointers that might help me?
Thanks