PK.php 340 B

12345678910111213141516171819
  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. 'BIZ.PK',
  6. 'COM.PK',
  7. 'EDU.PK',
  8. 'FAM.PK',
  9. 'GOB.PK',
  10. 'GOK.PK',
  11. 'GON.PK',
  12. 'GOP.PK',
  13. 'GOS.PK',
  14. 'GOV.PK',
  15. 'INFO.PK',
  16. 'NET.PK',
  17. 'ORG.PK',
  18. 'WEB.PK',
  19. ];