-
-
Save KyMidd/fd27081c46d0799a3602f41171a9fde2 to your computer and use it in GitHub Desktop.
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
| # This list is shared by many teams | |
| # Update it using a PR to update block-list on all apps | |
| locals { | |
| blocked_ips = [ | |
| "1.2.3.0/24", | |
| "2.3.4.0/24", | |
| "1.2.3.4/32", | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment