Nick Jensen
Nick Jensen
Yes it works in the browser.
Some more info: If I tail the logs while watching a Netflix show that is available in my area on my Apple TV, I don't see any DNS requests at...
Using `server` instead of `address` breaks all devices for me. My logs look just like yours, except it never gets to `nflxvideo.net` stream, and my web browser hangs on resolving...
Sorry, could you please explain a bit more what you mean? Do I need to run a second `dnsmasq` instance on my server in the US? And if so, why?
I still don't understand because my local `dnsmasq` is not using my ISP/Google for names related to Netflix. It is returning my server in the US as the answer. And...
@nusnewob finally got around to trying this. Here is my local `dnsmasq` conf: ``` server=/netflix.com/x.x.x.x server=/netflix.net/x.x.x.x server=/nflxvideo.net/x.x.x.x ``` And my upstream server (which is x.x.x.x in the U.S.): ``` address=/netflix.com/x.x.x.x...
Here is something very interesting, if I play around and try different episodes of a show that I know is blocked, _occasionally_ it will load the stream. Here is what...
I assume you already tried leaving the directory blank? What FTP software/version are you running?
I wanted to get this into the 0.5 release but it was a bit trickier than expected. Will definitely be in the next minor release.
I'm experiencing this issue too, however not when backgrounding. It seems that `onAppear` is not called when the bound image url changes either. In my case when my view loads,...