From 45365d726752b224b759fd83e32f0c40027b98f4 Mon Sep 17 00:00:00 2001 From: nate Date: Thu, 29 Jul 1993 18:30:36 +0000 Subject: Added a default host.conf (gethostnamadr() name resolver) which declares to resolve all names via bind first and then try /etc/hosts. --- etc/host.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 etc/host.conf (limited to 'etc/host.conf') diff --git a/etc/host.conf b/etc/host.conf new file mode 100644 index 0000000..bda5254 --- /dev/null +++ b/etc/host.conf @@ -0,0 +1,4 @@ +# Default is to use the nameserver first +bind +# If that doesn't work, then try the /etc/hosts file +hosts -- cgit v1.1