namecoin / ncprop279

Bridge between Tor Prop279 (Pluggable Naming) clients and Namecoin.
https://www.namecoin.org/
GNU General Public License v3.0
1 stars 5 forks source link

Look into whether ncdns can return non-FQDN CNAMEs #6

Open JeremyRand opened 5 years ago

JeremyRand commented 5 years ago

Currently, ncprop279 rejects any CNAME records that aren't FQDN's. I think ncdns will always return a FQDN, even if the Namecoin "alias" record isn't a FQDN, but we should verify this. If I'm correct, we should add a comment to ncprop279 explaining this; if I'm wrong, then we should make ncprop279 handle non-FQDN CNAME records.