squid 认证配置
通用参数
#使用utf8 字符
auth_param basic utf8 on
#认证线程/并发
auth_param basic children 20
#输入用户/密码提示
auth_param basic realm Squid On Aliyun
#用户名区分大小写
auth_param basic casesensitive on
#设置认证有效期
#auth_param basic credentialsttl 2 hours
2023/5/22...大约 1 分钟