Update README.md

This commit is contained in:
TommyTran732
2020-01-03 03:45:20 -05:00
committed by GitHub
parent 667768100e
commit d4454bcbe4
+6 -1
View File
@@ -1,3 +1,8 @@
# Cloudflare IPWhitelist
Whitelist CloudFlare's IPs on port 80/443 <br />
`https://raw.githubusercontent.com/tommytran732/Cloudflare-IPWhitelist/master/cloudflare.sh`
This script supports Fedora, RHEL, CentOS, Debian,and Ubuntu. <br>
`curl -sSL https://raw.githubusercontent.com/tommytran732/Cloudflare-IPWhitelist/master/cloudflare.sh | sudo bash`
# Notes
Before you run the script, makes sure you have not opened port 80/443 to all IPs as it will make this script useless. <br />
If you run SSHD on a port different from 22, make sure you have it opened or just change the command `ufw allow 22` to your appropriate port.