MY.php 256 B

12345678910111213
  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.MY',
  6. 'COM.MY',
  7. 'EDU.MY',
  8. 'GOV.MY',
  9. 'MIL.MY',
  10. 'NAME.MY',
  11. 'NET.MY',
  12. 'ORG.MY',
  13. ];