Skip to content

Commit

Permalink
Change url in updater for the global conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbjnwolf committed May 26, 2023
1 parent 0f2ba12 commit b083e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update-ngxblocker
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# Save this file as /usr/local/sbin/update-ngxblocker
# cd /usr/local/sbin
# sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/update-ngxblocker -O update-ngxblocker
# sudo wget https://raw.githubusercontent.com/jwbjnwolf/nginx-bad-bot-blocker/main/update-ngxblocker -O update-ngxblocker
# Make it Executable chmod 700 /usr/local/sbin/update-ngxblocker

# RUN THE UPDATE
Expand Down Expand Up @@ -332,7 +332,7 @@ get_options() {
}

main() {
local REPO=https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master
local REPO=https://raw.githubusercontent.com/jwbjnwolf/nginx-bad-bot-blocker/main
local file=globalblacklist.conf remote_dir=conf.d url= output= update= status= tmp= retval=
local nginx_path=$(find_binary nginx)
local pidof_path=$(find_binary pidof)
Expand Down

0 comments on commit b083e4a

Please sign in to comment.