7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
|
#!/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"))
|