January 2019
Intermediate to advanced
606 pages
15h 1m
English
# yum install bind* -y
listen-on port 53 { 127.0.0.1;192.168.1.106; }; ### Add DNS IP ### allow-query { localhost;192.168.1.0/24; }; ### Add IP Range ###

### Add new zone for the domain cephcookbook.com before EOF ### zone "cephcookbook.com" IN { type master; file "db.cephcookbook.com"; allow-update { none; }; };
Read now
Unlock full access