Skip to content

Instantly share code, notes, and snippets.

@turing4ever
Created April 26, 2018 02:38
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 turing4ever/d109a0ee5739508934af948fe08227c6 to your computer and use it in GitHub Desktop.
Save turing4ever/d109a0ee5739508934af948fe08227c6 to your computer and use it in GitHub Desktop.
-- EU is identified by the country code list: https://dev.maxmind.com/geoip/legacy/codes/eu_country_list/
(
--"country code","country name"
'EU', --"Europe"
'AD', --"Andorra"
'AL', --"Albania"
'AT', --"Austria"
'BA', --"Bosnia and Herzegovina"
'BE', --"Belgium"
'BG', --"Bulgaria"
'BY', --"Belarus"
'CH', --"Switzerland"
'CS', --"Serbia and Montenegro"
'CZ', --"Czech Republic"
'DE', --"Germany"
'DK', --"Denmark"
'EE', --"Estonia"
'ES', --"Spain"
'FI', --"Finland"
'FO', --"Faroe Islands"
'FR', --"France"
'FX', --"France, Metropolitan"
'GB', --"United Kingdom"
'GI', --"Gibraltar"
'GR', --"Greece"
'HR', --"Croatia"
'HU', --"Hungary"
'IE', --"Ireland"
'IS', --"Iceland"
'IT', --"Italy"
'LI', --"Liechtenstein"
'LT', --"Lithuania"
'LU', --"Luxembourg"
'LV', --"Latvia"
'MC', --"Monaco"
'MD', --"Moldova', Republic of"
'MK', --"Macedonia"
'MT', --"Malta"
'NL', --"Netherlands"
'NO', --"Norway"
'PL', --"Poland"
'PT', --"Portugal"
'RO', --"Romania"
'SE', --"Sweden"
'SI', --"Slovenia"
'SJ', --"Svalbard and Jan Mayen"
'SK', --"Slovakia"
'SM', --"San Marino"
'UA', --"Ukraine"
'VA' --"Holy See (Vatican City State)"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment