pear2/Net_RouterOS

Custom api port

hardiagunadi opened this issue · 1 comments

how to use custom port api

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.