ME.php 254 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. 'AC.ME',
  6. 'CO.ME',
  7. 'EDU.ME',
  8. 'GOV.ME',
  9. 'ITS.ME',
  10. 'NET.ME',
  11. 'ORG.ME',
  12. 'PRIV.ME',
  13. ];