docs/docs/dns/dns.md

19 lines
728 B
Markdown
Raw Normal View History

2021-06-03 10:33:36 +01:00
CRXN DNS
========
2022-11-23 15:02:59 +00:00
![](dns.jpg)
2022-01-10 11:43:22 +00:00
**CRXN DNS** offers users the ability to map their CRXN IP address to human-readable names to make life easier.
The way DNS is managed on CRXN is via the [RecordDB](http://codeberg.org/CRXN/zones/src/branch/master/all) whereby
you make a pull request to add your entries and it gets approved by one of the network administrators. The time for
the new records to reflect is dependent on which root nameserver your choose to use.
2021-06-03 10:33:36 +01:00
2022-01-10 11:10:05 +00:00
## Root nameservers
2021-06-03 10:33:36 +01:00
2022-01-10 11:10:05 +00:00
1. **Deavmi's root nameserver**:`fd08:8441:e254::4` (`dns1.crxn`)
1. This server updates records every 10 minutes
2022-01-10 11:43:22 +00:00
2. Provides clearnet name resolution as well
## Setting up your own root
A tutorial on how to do so is currently in the works.