Skip to content

Auto update script to restoring original visitor IPs cloudflare ip for nginx on ubuntu

Notifications You must be signed in to change notification settings

exploitfate/cfip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Auto update CloudFlare IP addresses for nginx

IP Ranges

Thanks Marek Bosman for inspiration

INSTALL ( root user )

Clone repo

cd /opt && git clone https://github.com/exploitfate/cfip.git
chmod +x /opt/cfip/update.sh

Run script

/opt/cfip/update.sh

Add cron task ( root user )

0 0 * * * test -x /opt/cfip/update.sh && /opt/cfip/update.sh

About

Auto update script to restoring original visitor IPs cloudflare ip for nginx on ubuntu

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages