/usr/share/doc/dibbler-server/examples/server-guess-mode.conf is in dibbler-server 0.8.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | log-level 8
log-mode short
guess-mode
iface "eth0" {
// interface-id 5555
class {
pool 2001:db8::1/64
}
pd-class {
pd-pool 2001:db8:1234::/60
pd-length 64
}
# common configuration options, provided for all clients
option dns-server 2001:db8::1
option domain example.com
option vendor-spec 5678-2-0xaaaa,1234-2-0x0102
}
|