# filename: domain.txt
#####################################################################
# this file is:
# read by the domain resolver when user or server needs to xlate
# a name style address to a dotted decimal address. If the resolver
# finds an entry in this file, it uses the information here. If not
# it will attempt to query the nameserver supplied by the 'domain add'
# command in startup.net or entered from the 'net>' prompt. If a
# name server has not been specified, the domain resolver will give
# up.
#
#
#####################################################################
#
# Record format:
#<name> <ttl> <class> <type> <data>
#
# name must have appended period '.'
#
# ttl ( time to live) is optional number of seconds that record remains
# valid. The implementation supplied in this package doesn't make use
# of the ttl field.
#
# the only valid class is IN (internet)
#
# types include:
# 	"A"    translation of a <name> to an address
#	"NS",  nameserver for <domain> is in data field
#	"MD",  
#	"MF",
#	"CNAME",  canonical name is in data field.
#	"SOA",    start of authority, tells about nameserver
#	"MB",
#	"MG",
#	"MR",
#	"WKS",	  well known services advertisement
#	"PTR",    pointer to rest of domain name for <name>
#	"HINFO",  hardware info (os and cpu) for <name>
#	"MINFO",  mailbox info or mailing list info
#	"MX",     mail exchage, 16 bit preference and hostname for
#		  machine that acts as mail exchange for domain <name>
#	"TXT"     uninterpreted acsii text in data field.
#
# <data> field varies according to <type> field.
#
###################################################################
#wimsey. IN A [192.48.234.1]
#	IN CNAME wimsey.bc.ca
#
# canonical name entry
#rwsyss. IN CNAME rwsyss.bc.ca
#
#############################
#
# type A entry
#rwsyss.bc.ca. IN A 192.197.249.146
#
#############################
#
# type A entry with ttl of 500 seconds
#rw. 500 IN A 128.189.234.187
#
#############################
#
# MX entry data = <int><mxdata>
# I'm not sure about this format (rlw)
#rwsys.bc.ca IN MX 01rwsys.bc.ca
#
##############################
#
# note that there is a bug that can occur that causes the resolver to miss
# a name. eg. 'telnet rw' might not resolve. You may need to type 'telnet rw.'
# try it both with the period and without before you give up.
#
###########################################################################
# end domain.txt
rwsyss.bc.ca.	16051	IN	A	192.197.249.158
rwsyss.	16051	IN	CNAME	rwsyss.bc.ca
stalo.bc.ca.	16051	IN	A	192.197.249.146
wimsey.bc.ca.	3600	IN	A	192.48.234.1
agate.berkeley.edu.	86400	IN	A	128.32.136.1
agate.berkeley.edu.	86400	IN	A	128.32.155.1
ftp.uu.net.	9397	IN	A	192.48.96.9
uu.net.	160596	IN	NS	NS.UU.NET.
uu.net.	160596	IN	NS	UUCP-GW-1.PA.DEC.COM.
uu.net.	160596	IN	NS	UUCP-GW-2.PA.DEC.COM.
uu.net.	160596	IN	NS	NS.EU.NET.
NS.UU.NET.	161502	IN	A	137.39.1.3
UUCP-GW-1.PA.DEC.COM.	171389	IN	A	16.1.0.18
UUCP-GW-2.PA.DEC.COM.	171389	IN	A	16.1.0.19
NS.EU.NET.	171312	IN	A	192.16.202.11
nic.ddn.mil.	401941	IN	A	192.112.36.5
NIC.DDN.MIL.	401941	IN	NS	NIC.DDN.MIL.
NIC.DDN.MIL.	401941	IN	NS	DIIS-DEV.DDN.MIL.
DIIS-DEV.DDN.MIL.	401941	IN	A	192.112.38.89
