Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Skiddle-Git authored Mar 11, 2024
1 parent 8da00fb commit 0dbcea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0dbcea8

Please sign in to comment.