GNS

El Sistema de Nombres GNU

Documentación

El Sistema de Nombres de Dominio hoy permite ataques a la ampliación de tráfico, censura (p.e. China), vigilancia masiva (MORECOWBELL) y guerra cibernética ofensiva (QUANTUMDNS).
Lastimosamente, soluciones rápidas como DoT, DoH, DNSSEC, DPRIVE, y similares no lo arreglarán. Es por esto que construimos el Sistema de Nombres GNU (GNS), un sistema de nombres seguro y descentralizado construido sobre GNUnet.

visión general

The GNU Name System (GNS) is a decentralized database that enables users to securely resolve names to values. Names can be used to identify other users (for example, in social networking), or network services (for example, VPN services running at a peer in GNUnet, or purely IP-based services on the Internet). Users interact with GNS by typing in a hostname that ends in a top-level domain that is configured in the “GNS” section, matches an identity of the user or ends in a Base32-encoded public key.

Características

El Sistema de Nombres GNU (GNS) es un sistema de nombres seguro y descentralizado. Permite a sus usuarios registrar nombres como Dominios de Nivel Superior (TLD) y resolver otros espacios de nombres dentro de sus TLD.
El diseño de GNS ofrece:

  • Resistencia a la censura
  • Privacidad en las búsquedas
  • Resolución de nombre segura
  • Compatibilidad con DNS

Recursos

Videos giving an overview of most of the GNS and the motivations behind it is available in our videos section.
Read more about GNS in the respective section of our handbook.

For protocol details, we maintain a technical specification which can be used to implement resolvers for GNS.