Last active
October 6, 2023 23:45
-
-
Save dhcgn/f7b6a921ae257b1eaf64318a5b8483d4 to your computer and use it in GitHub Desktop.
Add Cloudflare IPs to Mikrotik Routerboard
This file contains 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
/ip firewall address-list | |
add list=CF address=173.245.48.0/20 | |
add list=CF address=103.21.244.0/22 | |
add list=CF address=103.22.200.0/22 | |
add list=CF address=103.31.4.0/22 | |
add list=CF address=141.101.64.0/18 | |
add list=CF address=108.162.192.0/18 | |
add list=CF address=190.93.240.0/20 | |
add list=CF address=188.114.96.0/20 | |
add list=CF address=197.234.240.0/22 | |
add list=CF address=198.41.128.0/17 | |
add list=CF address=162.158.0.0/15 | |
add list=CF address=104.16.0.0/13 | |
add list=CF address=104.24.0.0/14 | |
add list=CF address=172.64.0.0/13 | |
add list=CF address=131.0.72.0/22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment