Custom api port
hardiagunadi opened this issue · 1 comments
hardiagunadi commented
how to use custom port api
boenrobot commented
4th argument in Client, e.g.
new RouterOS\Client('192.168.88.1', 'admin', 'password', 8080);
That would try to make a connection on port 8080.