What it can do for you...
The domain.txt file is a flat database residing
in the /jnos directory. It maps domain names to their respective IP
addresses. It typically is almost exclusively made up of
AMPRNet
addresses, the Amateur Packet domain of the internet, the ampr.org
network. It also can specify mail exchange records. If you are
doing any communicating using
TCP/IP
, which includes mail, you will need to maintain
this file! (This scheme is not as detailed and complex as the database
for "named", pronounced name-dee, but it is nonetheless very useful on
smaller networks, those for packet radio or "very" local area networks.)
It should be noted that this file is only referenced via the JNOS (or TNOS)
application program(s) since JNOS has a domain name server built in. However,
it is the same file that services either a DOS/Windows, or a Linux, OS
as long as JNOS is up and running on that platform.
You may see a similarity between this file and the
hosts
file on Linux. The
hosts file is a bit more "bare bones" only mapping names and aliases to
IPs. The domain.txt file added more functionality by including MX, NS, and
CNAME record types. There is another similarity to the hosts file in that
the domain.txt file is always "consulted" first for a name resolution. If
it can't find the record there, it then calls out to the servers listed in
the
autoexec.nos
file under the key word domain addserver in the
same way that the
resolv.conf
file would call out to one of its listed
domain name servers.