• 0 Posts
  • 8 Comments
Joined 1Y ago
cake
Cake day: Jul 03, 2023

help-circle
rss

What they don’t advertise is how many of those “new” subscribers are actually from their “emerging” markets such as India, where a subscription price is peanuts. Also, im fairly certain these numbers are intentionally skewed to paint a better picture as they lump in all the “free” accounts people get with their other subscriptions.

I get Paramount+ free with Walmart+. I get Hulu/Netflix/AppleTV with Tmobile Mobile. I get Max with ATT Fiber.

I’m sure that these streaming companies have more new subscribers when they literally give it away and simultaneously strangling their existing consumers. It’s more of a question of how long is it sustainable for them to raise prices every time they’re not going to have a record quarter.


This is what I do, but with Unbound dns on opnsense with dns forwarding to my business cloudflare account which gives me additional filtering options.

Allows me to properly do dns caching and filtering in Unbound and then leverage cloudflare to do additional security threat filtering on top.

Then it’s just a matter of setting up a firewall rule to redirect any port 53 to the local Unbound dns and blocking all 853 traffic to ensure all iot devices aren’t using their own hard-coded dns.


I can easily say that the amount of my friends and family that have become interested in my Emby setup has expontentially consistently increased every round that these streaming providers have increased their rates.

The experience of launching 7 different streaming apps to find something, content constantly vanishing or moving platforms, and just an overall poor user experience coupled with doubling/tripling of each platforms costs…


Not if you properly setup your limits… and symmetrical fiber has become much more common.


Does skip intro not require everyone to have pass? Yes it does, https://support.plex.tv/articles/skip-content/

Also app installs requiring either a 1time unlock per user or the end user to have plex pass? Yes it does


Most benefits require both the server user and the end user to have Plex Pass.

Personally I prefer Emby or even Jellyfin over Plex.


Just use Cloudflared then, no need to port forward. Or use a VPN with port forwarding and a dynamic dns


Personally I trust Bitwarden more than myself to keep all my passwords secure AND available. They’ve got a good track record as far as I’m aware.

For general security hardening though…

I use Shodan to help me identify if anything is misconfigured and what is visible from the web. You can pick up an account for usually $1 for life when they run a deal, then you can just monitor your DDNS, domain, and IP address and have it email you when any new services are detected.

Cloudflare Tunnels, to remove the need for a nginx reverse proxy (with the added benefit of easy failover as well as simplifying your stack). Then I’m utilizing Cloudflare’s WAF to handle filtering out known malicious, foreign IP addresses, and other malicious traffic.

Another route you can go is a Nginx/haproxy reverse proxy behind something like Suricata. Then you can utilize something like fail2ban or crowdsec.

Authentik. Get everything behind a SSO experience and don’t expose your backend services to unauthenticated local traffic (utilize http basic auth with header passthrough in authentik). So many people setup auth wrong and then have something like auth.domain.com going through auth but then mistakenly have their external IP address setup to allow traffic in authenticated.