nflx-proxy icon indicating copy to clipboard operation
nflx-proxy copied to clipboard

HTTPS and multiple IPs

Open mpolden opened this issue 9 years ago • 0 comments

Netflix has started using HTTPS for most of its traffic. This means that currently one public IP address per proxied zone is required.

Possible solutions:

  • Use a VPN and proxy zones to private IPs
  • Use SSH tunnels, one forward per zone (e.g. 127.0.0.x:443) and then proxy zones to IPs in 127/8.
  • SNI (not sure if Chromecast supports it though)

Check out: https://github.com/ryanchapman/go-any-proxy https://github.com/corporate-gadfly/Tunlr-Clone/issues/22

mpolden avatar Jul 29 '14 22:07 mpolden