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.
我正在尝试实现一个处理所有 http 请求的本地 Web 服务器。基本上,当用户连接到网络并打开一个 url 时,他会被重定向到我的本地 Web 服务器。
我为此目的使用了 dns 掩码,它对 HTTP 流量非常有效。问题在于 HTTPS 流量(尤其是当用户在 chrome 导航栏中执行搜索时)。我尝试使用一些 iptables 规则在 https 上运行服务器,但没有成功。
有没有办法将 https 流量重定向到我的本地 Web 服务器?
谢谢