From e4c884e79ae75499fa647a89449865cc26ed09b5 Mon Sep 17 00:00:00 2001 From: wzj <244142824@qq.com> Date: Tue, 29 Jul 2025 13:37:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsquid=5Fpasswd=E6=98=8E?= =?UTF-8?q?=E6=96=87=E5=AD=98=E5=82=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/squid_passwd | 2 +- config/users.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 config/squid_passwd create mode 100644 config/users.json diff --git a/config/squid_passwd b/config/squid_passwd old mode 100644 new mode 100755 index b549ab0..181dba8 --- a/config/squid_passwd +++ b/config/squid_passwd @@ -1 +1 @@ -user:$apr1$KhRI8wrZ$SafuEp09ZGnmWYXm4dQvW. +user:$apr1$4TQJji47$70jLwdaewHbiP0SRWYBE.1 diff --git a/config/users.json b/config/users.json new file mode 100644 index 0000000..90373d2 --- /dev/null +++ b/config/users.json @@ -0,0 +1,7 @@ +[ + { + "username": "user", + "password": "112233", + "active": true + } +] \ No newline at end of file