You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not implemented this functionality, but its quite easily done.
--proxy=address:port specifies the proxy server to use (e.g. --proxy=192.168.1.42:8080).
--proxy-type=[http|socks5|none] specifies the type of the proxy server (default is http).
--proxy-auth specifies the authentication information for the proxy, e.g. --proxy-auth=username:password
Src PJS documentation
You will need to append these options to line 45 or 143 depending on your OS, of file MTS/Common/Devices/Actions/Local/Host/Browser.php.
how can we set up proxy ?
The text was updated successfully, but these errors were encountered: