From 0dbcea8b101dc2a8191c1dcc9c59a5b4d23a04fb Mon Sep 17 00:00:00 2001 From: Skiddle Git Assistant <160487326+Skiddle-Git@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:40:03 +0700 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 17b7420..01dea74 100644 --- a/update.sh +++ b/update.sh @@ -8,7 +8,7 @@ if [ -e "$FILE_NAME" ]; then rm "$FILE_NAME" fi -curl --insecure --proxy "http://101.255.149.250:1234" -o "domains" "$SOURCE_URL" +curl --insecure --proxy "http://180.250.200.178:3128" -o "domains" "$SOURCE_URL" git add domains git commit -m "Update"