Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要有关在我的 C# 家长控制软件项目中阻止和解除阻止网站的帮助。我通过使用主机文件进行了尝试,但主机文件只阻止域名而不是 IP。即使网站地址写在主机文件上,我也可以通过输入 ip 访问该网站。如何在 C# 中同时屏蔽域名和 ip?有没有办法通过使用主机文件来做到这一点?
我有同样的问题:(。我找到了一种使用代理阻止网站的方法。我正在使用 Titanium Web 代理。效果很好。但是 HTTPS 网站存在问题。我正在尝试解决这个问题。但我认为有是一种修复它的方法。
https://github.com/justcoding121/Titanium-Web-Proxy/