This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Exception rule for Netflix streaming?

I have recently started using Netflix again and am having trouble with it streaming to devices behind my UTM. I'm 99% sure it's due to the content filter and requires an exception rule; I have never been good with these rules and am wondering if anyone has created a rule for Netflix already?

I have "Bypass content scanning for streaming content" enabled which has not made a difference. When I add specific devices to the "transparent mode skiplist" they instantly work.


This thread was automatically locked due to age.
Parents
  • Wanted to post the latest version of regex that I had for netflix. I realized that I had an unescaped dash(-) in the expression before. It wasn't causing issues for me, but could cause problems in some cases. 

    ^https?://([A-Za-z0-9.\-_]*\.)?nflximg\.com
    ^https?://([A-Za-z0-9.\-_]*\.)?nflxvideo\.net
    ^https?://([A-Za-z0-9.\-_]*\.)?netflix\.com

    I realize that some are actually having an issue with the DNS reverse-resolving incorrectly -- this will not fix that issue. But I just wanted to get the latest version of what I have out there. 

    Thanks!
Reply
  • Wanted to post the latest version of regex that I had for netflix. I realized that I had an unescaped dash(-) in the expression before. It wasn't causing issues for me, but could cause problems in some cases. 

    ^https?://([A-Za-z0-9.\-_]*\.)?nflximg\.com
    ^https?://([A-Za-z0-9.\-_]*\.)?nflxvideo\.net
    ^https?://([A-Za-z0-9.\-_]*\.)?netflix\.com

    I realize that some are actually having an issue with the DNS reverse-resolving incorrectly -- this will not fix that issue. But I just wanted to get the latest version of what I have out there. 

    Thanks!
Children
No Data