1# $OpenBSD: rad.conf,v 1.2 2018/07/25 05:11:49 jasper Exp $
2
3# The most simple configuration is a single interface section which uses the
4# interface IPv6 address to discover the prefix to announce.
5#interface em0
6
7# A slightly more complex case sets a prefix and basic DNS options.
8interface em1 {
9	prefix 2001:db8::/32
10	dns {
11		nameserver 2001:db8::53
12		search example.org
13	}
14}
15