ARPA.php 245 B

1234567891011
  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. 'E164.ARPA',
  6. 'IN-ADDR.ARPA',
  7. 'IP6.ARPA',
  8. 'IRIS.ARPA',
  9. 'URI.ARPA',
  10. 'URN.ARPA',
  11. ];