Re: [enum-wg] Concerning Wildcards and I-ENUM
-
To: Antoin Verschuren <Antoin.Verschuren@localhost
-
From: Niall O'Reilly <Niall.oReilly@localhost
-
Date: Wed, 11 Oct 2006 09:32:27 +0100
-
Cc: Niall O'Reilly <Niall.oReilly@localhost, enum-wg@localhost
On 10 Oct 2006, at 09:34, Antoin Verschuren wrote:
If it would be a queryable dynamic list, it would need an extra lookup
too, but at least the application does not need to be countrycode
aware,
it could just look it up.
So how to fill the gap?
Ignoring for a moment the fine structure of +1 and possible other
corner cases, and assuming that the Tier-0 zone continues both
to be available for transfer and to be a delegation-only zone,
the list of country codes could be built dynamically using the
following approach.
% dig @ns-pri.ripe.net e164.arpa axfr \
| awk '($4 == "NS") && (/^[0-9]/) { print $1 }' \
| sort | uniq
Perhaps it's worth considering desirable administrative constraints
on the Tier-0 zone, in order to make some such method fornmally
(rather than accidentally) possible?
/Niall
|