SD.php 255 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. 'COM.SD',
  6. 'EDU.SD',
  7. 'GOV.SD',
  8. 'INFO.SD',
  9. 'MED.SD',
  10. 'NET.SD',
  11. 'ORG.SD',
  12. 'TV.SD',
  13. ];