Skip to content

Instantly share code, notes, and snippets.

@ain
Created July 19, 2022 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ain/0978aa48161205d2fa81a57be3a78595 to your computer and use it in GitHub Desktop.
Save ain/0978aa48161205d2fa81a57be3a78595 to your computer and use it in GitHub Desktop.
VCL dictionary for GDPR-regulated EU countries (ISO 3166-1 Alpha-2)
table gdpr_countries {
"AT": "Austria",
"BE": "Belgium",
"BG": "Bulgaria",
"HR": "Croatia",
"CY": "Republic of Cyprus",
"CZ": "Czech Republic",
"DK": "Denmark",
"EE": "Estonia",
"FI": "Finland",
"FR": "France",
"DE": "Germany",
"GR": "Greece",
"HU": "Hungary",
"IE": "Ireland",
"IT": "Italy",
"LV": "Latvia",
"LT": "Lithuania",
"LU": "Luxembourg",
"MT": "Malta",
"NL": "Netherlands",
"PL": "Poland",
"PT": "Portugal",
"RO": "Romania",
"SK": "Slovakia",
"SI": "Slovenia",
"ES": "Spain",
"SE": "Sweden",
"GB": "United Kingdom"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment