Roy's Projects
/
openresolv
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ff6d35c
)
example resolv.conf files don't have # prefixing non comments
author
Roy Marples
<roy@marples.name>
Mon, 10 Dec 2007 11:58:55 +0000
(11:58 +0000)
committer
Roy Marples
<roy@marples.name>
Mon, 10 Dec 2007 11:58:55 +0000
(11:58 +0000)
resolvconf.8.in
patch
|
blob
|
history
diff --git
a/resolvconf.8.in
b/resolvconf.8.in
index 33f6c4523ec3b3fd8445e7f899d35066cf50541a..fed29bac784a8dceaefcfc0ae82c10dd1f0b1811 100644
(file)
--- a/
resolvconf.8.in
+++ b/
resolvconf.8.in
@@
-106,12
+106,12
@@
querying for that domain.
Example
.nf
# resolv.conf from bge0
Example
.nf
# resolv.conf from bge0
-
#
search foo.com
-
#
nameserver 1.2.3.4
+search foo.com
+nameserver 1.2.3.4
# resolv.conf from tap0
# resolv.conf from tap0
-
#
domain bar.org
-
#
nameserver 5.6.7.8
+domain bar.org
+nameserver 5.6.7.8
.fi
.PP
In this instance, nameserver 5.6.7.8 will only handle requests for bar.org
.fi
.PP
In this instance, nameserver 5.6.7.8 will only handle requests for bar.org