dn42-scripts/scripts/dns

7 lines
213 B
Ruby
Executable File

#!/usr/bin/ruby
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"))