[enum-wg] Concerning Wildcards and I-ENUM
Niall O'Reilly Niall.oReilly at ucd.ie
Wed Oct 11 10:32:27 CEST 2006
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
[ enum-wg Archives ]