back to home

lmc999 / RegionRestrictionCheck

A bash script to check the status of your IP on various geo-restricted services.

4,925 stars
603 forks
34 issues
ShellDockerfile

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing lmc999/RegionRestrictionCheck in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/lmc999/RegionRestrictionCheck)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

For English user please see Introduction 脚本介绍 本脚本基于 CoiaPrant/MediaUnlock_Test 代码进行修改 支持操作系统 带有 bash 环境的任意 Unix 或类 Unix 操作系统。 例如:Ubuntu 16+, Debian 10+, RHEL 7+, Arch Linux, Alpine Linux, FreeBSD, MacOS 10.13+, Android (Termux), iOS (iSH), Windows (MinGW/Cygwin), OpenWRT 23+ 等等。 使用方法 **使用脚本前请确认 curl 已安装** 只检测 IPv6 结果: 直接测试指定的区域编号: **或者直接运行以下 Docker 命令** (兼容 ARM 架构) powershell curl` (>=8.8.0) 以避免遇到段错误。 OpenWRT 特性 纯 bash shell 实现的流媒体检测功能,可免 ROOT 执行,支持多个平台。可用于批量测试多个地区的流媒体网站解锁情况。 具体的各个地区流媒体测试支持情况,详见 supported_platforms 注意事项 • Netflix CDN 分流测试依赖 DNS 解析。而如果您使用的本地设备开了 VPN 代理进行测试,将无法得到正确的 CDN 分流信息。 PR 须知 • 请勿滥用 curl 的参数。 常用 CURL 参数如下: • 请勿使用双方括号 双方括号只是 bash 的扩展功能。一是在某些不同平台可能会有兼容性问题,二是较为影响整洁性。 • 请避免使用 if ... elif ... else 语句 if ... elif 不利于代码的阅读性,在函数中,建议使用更简洁的判断模式,得到预期结果后使用 return 退出函数。 • 除非确实有必要,请尽量避免输出到文件 逻辑部分的处理请尽量在 shell 中处理,避免输出到文件。 • 请勿添加额外的依赖 能以 shell 方式解决的问题,请尽量以 shell 方式实现。 赞助 如果觉得脚本对你有帮助,可以考虑请作者喝一箱健力宝 交流 脚本使用过程中出现 bug 欢迎提交 issue 你亦可直接添加 TG群组 分享你的建议 特别鸣谢 柠檬大佬 ,目前市面的流媒体解锁检测脚本都是从 Lemonbench 演化而来 onoc1yn 提供多架构 docker 解决方案及 Hulu Cookies 加密方案