dn42-scripts/scripts/dns

7 lines
217 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
2015-01-13 07:19:32 +00:00
require_relative "utils"
registry = Registry.new
template_path = Pathname.new(File.expand_path("../../templates", __FILE__))
dn42_zone_template = Template.new(template_path.join("dn42-zone.erb"))