小编Jak*_*oss的帖子

Squid3 '代理服务器拒绝连接'

每当我尝试连接到 Squid3 代理服务器时,都会收到“代理服务器拒绝连接”错误。

这是我的配置:

    #Recommended minimum configuration:
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 192.168.100.0/24 192.168.101.0/24
acl SSL_ports port 443
acl Safe_ports port 80      # http
acl Safe_ports port 21      # ftp
acl Safe_ports port 443     # https
acl Safe_ports port 70      # gopher
acl Safe_ports port 210     # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280     # http-mgmt
acl Safe_ports port 488     # gss-http
acl Safe_ports port …
Run Code Online (Sandbox Code Playgroud)

squid

4
推荐指数
1
解决办法
3万
查看次数

标签 统计

squid ×1