dns_one 0.4.51 → 0.4.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ae2ac51dbefd2e19780bcc246cc98abe59d5429
4
- data.tar.gz: 967b0eb18cf9197b037e6a7e1f2a6d8f6f7d1be7
3
+ metadata.gz: b253e07948277570f96219b31ca73e7f811a269a
4
+ data.tar.gz: ed8c82eeea3442fd17dc4ba15629762f070ff647
5
5
  SHA512:
6
- metadata.gz: 630c6d9c1261dd95fb44c13557777ad293c82b47a1ceec7837d64345763a057bd66123841b0145178602b84f0cd0dd3b225344d9f5e68f742209528980e147a3
7
- data.tar.gz: d157a906e40618e5e3bff1564da42b7be008997d90e2eab1414c34e17fd6337319691c947d02962a9fdcb8e8bff11ed03f7210f30f5bfd423335104ebdfc7b1f
6
+ metadata.gz: e65d63e6b8b2b7ba9ee1c5861f01e99126d973cc0c629e46445dc6734200b6ed60902b30177660ac280fdfd23e88284d9400c8a8d90ac66bf2a87610be2d541a
7
+ data.tar.gz: 16d1654dbae7fef7a1d6beb9f3485313aaf33e0d40569040db42a32cd1932b5036b8b3242e2827fce818ab62036633694dfbdc12e052d577b0ce7f6e8a114a3a
@@ -43,11 +43,11 @@ module DnsOne; module Backend; class HTTPBell < Base
43
43
  end
44
44
 
45
45
  def listen_updater_bell
46
- unless @conf[:http_bell_bell_port]
46
+ unless @conf[:http_bell_port]
47
47
  return
48
48
  end
49
49
  require "socket"
50
- dts = TCPServer.new '0.0.0.0', @conf[:http_bell_bell_port]
50
+ dts = TCPServer.new '0.0.0.0', @conf[:http_bell_port]
51
51
  Thread.new do
52
52
  loop do
53
53
  Thread.start(dts.accept) do |s|
@@ -1,3 +1,3 @@
1
1
  module DnsOne
2
- VERSION = "0.4.51"
2
+ VERSION = "0.4.52"
3
3
  end
data/util/sample_conf.yml CHANGED
@@ -30,7 +30,7 @@ backend:
30
30
 
31
31
  http_bell_url: https://dnsapi.mysite.com/dns/fetch_since?id=$id
32
32
  http_bell_record_set: my_set_1
33
- http_bell_bell_port: 27861
33
+ http_bell_port: 27861
34
34
 
35
35
  ################
36
36
  # File backend #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dns_one
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.51
4
+ version: 0.4.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lobato