One click detection of whether vps unlock streaming media: Netflix, Disney, BBC, etc

Collection of detection scripts for streaming media unlocking.

1、 MediaUnlock

Install curl and jq first

Linux with apt

 apt-get install -y curl jq

Linux with yum

 yum install -y curl jq

Run script

 bash <(curl -sSL " https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh ")

This script supports ipv4 and ipv6. Streaming media that can be detected are:

  • HBO Now
  • Bahamut Anime
  • Abema.TV
  • Princess
  • BiliBili
  • Netflix
  • YouTube
  • DisneyPlus

2、 Netflix Verify

It only supports netflix detection. It is characterized by supporting ipv4 and ipv6, and the detection speed is very fast.

Download script

 wget -O nf  https://github.com/sjlleo/netflix-verify/releases/download/2.52/nf_2.52_linux_amd64  && chmod +x nf

Run script

Simple mode

 ./nf #Or ./nf -method lite

Enthusiastic mode

 ./nf -method full

Original article by Mo Tao, if reproduced, please indicate the source: https://imotao.com/5794.html

fabulous (0)
 Head of Mo Tao Mo Tao
Previous 11:15 am, June 26, 2021
Next 12:16 PM, June 26, 2021

Related recommendations

Post reply

Your email address will not be disclosed. Required items have been used * tagging

This site uses Akismet to reduce spam comments. Learn how we handle your comment data