This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Informational only | |
ctrDelete=0 | |
ctrAdd=0 | |
# The below script update UFW rules to allow only Cloudflare IP through. | |
# It is only done for port 443 but can easily be extended to other ports | |
# | |
# First step is to delete already existing Cloudflare UFW rules. | |
# It is done by looking for the ones with comment 'Cloudflare IP' | |
# |