diff options
Diffstat (limited to 'boot/named.conf.local')
-rw-r--r-- | boot/named.conf.local | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boot/named.conf.local b/boot/named.conf.local index c7c82f3b..f372cba8 100644 --- a/boot/named.conf.local +++ b/boot/named.conf.local @@ -10,3 +10,8 @@ zone "simpledemo.openecomp.org" { type master; file "/etc/bind/zones/db.simpledemo.openecomp.org"; # zone file path }; + +zone "simpledemo.onap.org" { + type master; + file "/etc/bind/zones/db.simpledemo.onap.org"; # zone file path +}; |