2023年3月31日
摘要: 安装与配置 1. 安装Squid代理服务器软件: sudo yum install squid 2. 配置Squid代理服务器: #http_access allow localnet 将其改为: http_access allow all 然后找到以下行: #http_port 3128 将其改为 阅读全文
posted @ 2023-03-31 15:50 法哈席基 阅读(1946) 评论(0) 推荐(0) 编辑