# hostname config

# authoritative is mandatory
authoritative;

host test1 {
    hardware ethernet 00:07:0E:36:48:19;
    # www.apple.fr has multiple addresses but they are not returned
    # in a stable order
    fixed-address www.apple.fr;
}
