Initial OpenECOMP Demo commit
[demo.git] / vnfs / vLB / scripts / named.conf.local
1 //
2 // Do any local configuration here
3 //
4
5 // Consider adding the 1918 zones here, if they are not used in your
6 // organization
7 //include "/etc/bind/zones.rfc1918";
8
9 zone "dnsdemo.openecomp.org" {
10         type master;
11         file "/etc/bind/zones/db.dnsdemo.openecomp.org"; # zone file path
12 };