Skip to content
New issue

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

《Server 端搭建 squid 代理服务操作文档》 #88

Open
Samgao0312 opened this issue May 17, 2021 · 0 comments
Open

《Server 端搭建 squid 代理服务操作文档》 #88

Samgao0312 opened this issue May 17, 2021 · 0 comments

Comments

@Samgao0312
Copy link
Owner

Samgao0312 commented May 17, 2021

安装配置

sudo apt-get update

# 安装
sudo apt install squid

# 编辑/etc/squid3/squid.conf
1. http_access deny all   =>  http_access allow all
2. http_port 3128  => http_port 8002

# 启动-1
sudo systemctl restart squid3
# 出现一下错误提示,并一直没有找出准备原因
# Failed to issue method call: Unit squid3.service failed to load: No such file or directory. See system logs and 'systemctl status squid3.service' for details.

# 启动方式-2
sudo service squid3 restart

参考阅读

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant