window10通过本地配置实现ip访问重定向
摘要:
因为域名可以通过host的配置,ip不能,以下方法解决这个问题。 win+q,搜索cmd,右键管理员身份运行, 执行: netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=80 connectaddress= 阅读全文
posted @ 2022-01-07 18:31 苍月冷 阅读(4347) 评论(1) 推荐(1) 编辑