Net::DRI::DRD::NO - .NO policies for Net::DRI


Net-DRI documentation  | view source Contained in the Net-DRI distribution.

Index


NAME

Top

Net::DRI::DRD::NO - .NO policies for Net::DRI

DESCRIPTION

Top

Please see the README file for details.

SUPPORT

Top

For now, support questions should be sent to:

<netdri@dotandco.com>

Please also see the SUPPORT file in the distribution.

SEE ALSO

Top

<http://www.dotandco.com/services/software/Net-DRI/>

AUTHOR

Top

Trond Haugen <info@norid.no>

COPYRIGHT

Top

verify_name_domain

Top

.NO allows country codes in labels on the left, so we need to subclass the verify_name_domain to avoid the CCA2 table check.

We then clone the .AT code also here, but remove the dot-count and check in 'check_name'.

However, we do not subclass the 'is_my_tld' as .AT has done, but we then have to call it in a non-strict mode to allow for domain names with multiple lables.

The combination should then allow multiple labels and also to use CC-codes in lables, like 'se.vgs.no'


Net-DRI documentation  | view source Contained in the Net-DRI distribution.