1 download 13 views May 28, 2026
profile

cc-dns by aio

project thumbnail

A rather simple DNS system in CC

Clients can connect to a known DNS server and find what computer ID registered a "domain" (domains can be any lowercase string)

Server: Install the software, attach a modem, run DNS.lua (optionally add DNS.lua to startup.lua)

Client: The install comes with 3 scripts, DNSLib and 2 example programs. The example programs shows you how DNSLib works.

Enjoy :3

wget run https://pinestore.cc/d/241
Git Repository
comments
You can login with Discord to leave comments and reply to others!
pfp ShreksHellraiser 18 hours ago

What differentiates this from something like rednet.lookup?

pfp aio Creator 17 hours ago

not too much, but if there is multiple DNS servers, different DNS servers could return different ID's for the same domain, which might be useful in some edge cases.

Additionally, this is not bound by the protocol, so if you have a single computer doing for example SMBA and FTP, it would only need to register once.