1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 02:30:22 +02:00

updater: add zone_transfer_server updater

This commit is contained in:
cn
2020-07-18 14:49:23 +02:00
parent 8976ff5bbe
commit 3a9c2d65fb
5 changed files with 226 additions and 4 deletions

View File

@ -27,6 +27,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.3'
s.add_runtime_dependency 'async-dns', '~> 1.2.0'
s.add_runtime_dependency 'jaeger-client', '~> 0.10.0'
s.add_runtime_dependency 'metriks'
s.add_runtime_dependency 'opentracing', '~> 0.5.0'