artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baaa6b9
)
s/resolver/nameserver/ to match parse.y -r1.4
author
jasper
<jasper@openbsd.org>
Wed, 25 Jul 2018 05:11:49 +0000
(
05:11
+0000)
committer
jasper
<jasper@openbsd.org>
Wed, 25 Jul 2018 05:11:49 +0000
(
05:11
+0000)
etc/examples/rad.conf
patch
|
blob
|
history
diff --git
a/etc/examples/rad.conf
b/etc/examples/rad.conf
index
7104cb8
..
05f9b34
100644
(file)
--- a/
etc/examples/rad.conf
+++ b/
etc/examples/rad.conf
@@
-1,4
+1,4
@@
-# $OpenBSD: rad.conf,v 1.
1 2018/07/24 18:15:31
jasper Exp $
+# $OpenBSD: rad.conf,v 1.
2 2018/07/25 05:11:49
jasper Exp $
# The most simple configuration is a single interface section which uses the
# interface IPv6 address to discover the prefix to announce.
@@
-8,7
+8,7
@@
interface em1 {
prefix 2001:db8::/32
dns {
-
resol
ver 2001:db8::53
+
nameser
ver 2001:db8::53
search example.org
}
}