MX.php 213 B

12345678910
  1. <?php declare(strict_types=1);
  2. // Copyright (c) https://publicsuffix.org
  3. // SPDX-License-Identifier: MPL-2.0-no-copyleft-exception
  4. return [
  5. 'COM.MX',
  6. 'EDU.MX',
  7. 'GOB.MX',
  8. 'NET.MX',
  9. 'ORG.MX',
  10. ];