routeros-client
routeros-client copied to clipboard
Abstraction layer over the node-routeros API
When using this library with the where filter to do updates, remove, delete there is a bug that just returns some random result from that menu if the where the...
Hello. How to prepare config for multiple connections(lists with hosts, passwords, etc.)?
So, I've created a record: /ip hotspot user add server all name user1 password 123456789 profile default then I'm trying to delete it: ``` api.connect().then((client) => { client.menu("/ip hotspot user").where("name",...