Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting up proxy #24

Open
ShayanArifButt opened this issue Sep 7, 2017 · 2 comments
Open

Setting up proxy #24

ShayanArifButt opened this issue Sep 7, 2017 · 2 comments

Comments

@ShayanArifButt
Copy link

how can we set up proxy ?

@merlinthemagic
Copy link
Owner

Hi @angular013

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.

@merlinthemagic
Copy link
Owner

fork the project and show me how you implemented this feature, that way we can roll it into a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants