Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 23, 2021 22:51
Show Gist options
  • Select an option

  • Save KyMidd/fd27081c46d0799a3602f41171a9fde2 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/fd27081c46d0799a3602f41171a9fde2 to your computer and use it in GitHub Desktop.
# 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