1 download 13 views 0 likes May 28, 2026
cc-dns by aio
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/241Git Repository
comments
You can login with Discord to leave comments and reply to others!


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.