-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Table of Contents
WooDNSword (WDNS) is a free, floating domain name system.
The WDNS stack consists of:
- A centralized registrar
- A user-hosted registrant
- Various resolver clients, all using an open protocol.
In contrast to traditional domain name systems, which are essentially composed entirely of decentralized registrars, requiring you to go through a time-consuming application and approval process for registering domain names, as well as user-facing resolver clients, WDNS' registrar is fully centralized, while still being optimized for decentralization through auxiliary means such as resource sharing, its registrant allows instantaneous domain name registration, and its clients experience no change, as the resolver clients are functionally equivalent.
Due to project refactoring, the initial prototype of WooDNSword that was developed may be difficult to find; we have split the separate program codebases into different repositories. Our initial Python-based prototype release can be found from our woodnsword-registrar repository.