Net_RouterOS icon indicating copy to clipboard operation
Net_RouterOS copied to clipboard

Custom api port

Open hardiagunadi opened this issue 6 years ago • 1 comments
trafficstars

how to use custom port api

hardiagunadi avatar Nov 02 '19 00:11 hardiagunadi

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.

boenrobot avatar Nov 02 '19 10:11 boenrobot