hulu / roku-dev-cli

A command-line developer tool for loading Roku builds
Apache License 2.0
26 stars 8 forks source link

adding flag to supply hosts for proxy to ignore #4

Closed strattonbrazil closed 6 years ago

strattonbrazil commented 6 years ago

The current script provides a set of hosts the proxy will ignore. This necessary for cases where the app can't control the certificate used (most commonly requests made by the player), but we still want them to complete successfully for the Roku application to function.

I've added a flag to supply additional hosts that can be ignored depending on the application.

Example usage (starts the proxy and ignores delvenetworks.com requests):

roku 10.42.0.72 -p --proxy_exclude "delvenetworks.com"