diff options
Diffstat (limited to 'vnfs/vLBMS/scripts/named.conf.local')
-rw-r--r-- | vnfs/vLBMS/scripts/named.conf.local | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vnfs/vLBMS/scripts/named.conf.local b/vnfs/vLBMS/scripts/named.conf.local new file mode 100644 index 00000000..94f8ad29 --- /dev/null +++ b/vnfs/vLBMS/scripts/named.conf.local @@ -0,0 +1,12 @@ +// +// Do any local configuration here +// + +// Consider adding the 1918 zones here, if they are not used in your +// organization +//include "/etc/bind/zones.rfc1918"; + +zone "dnsdemo.onap.org" { + type master; + file "/etc/bind/zones/db.dnsdemo.onap.org"; # zone file path +}; |