We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果能通过geo文件来匹配域名的话就能大大减少去找域名规则的时间。。
geosite:netflix geoip:netflix
The text was updated successfully, but these errors were encountered:
不考虑添加。
因为本项目程序支持通配匹配域名(也就是可以匹配一个根域名自身及其所有子域名),而像 netflix 这种网站,子域名可能会经常变,但是根域名(一级域名)不可能经常变化,把它的根域名都写进去配置文件后,估计很长时间都不需要更新/修改。
你可以直接提取 geo 文件里的 netflix 域名信息,只保留后面的根域名,写入配置文件就完事了。
Sorry, something went wrong.
No branches or pull requests
功能需求
如果能通过geo文件来匹配域名的话就能大大减少去找域名规则的时间。。
预期目标
geosite:netflix
geoip:netflix
The text was updated successfully, but these errors were encountered: