dyndnsd 3.1.0.rc1 → 3.1.0
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 +4 -4
- data/CHANGELOG.md +1 -1
- data/README.md +2 -2
- data/lib/dyndnsd/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2003e75744105357e1470d1f76b3c8d2eac5216d5798254d7422cf3b708dc44d
|
|
4
|
+
data.tar.gz: caf21fc198d0e05acb5e11fc08c10c51adb0aad6c40871c9c3ccb35013895855
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7dbfe6c72d92bc7d78a2e4060988919fa8f5eedf5e10abb1a0f199e18eeb6c3b3f40a647016f8e5c52fa0edc25318ef6215daba78ceedc04848ef448bfe6860a
|
|
7
|
+
data.tar.gz: db34bc86ee30473a26432eb44465da987ac6ef99bd19c9b21087bdb97713976e333c3349b8d90f79d7c80e15c011fb725c84f614c83e06e61d1496b28e3e5103
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -81,7 +81,7 @@ The Docker image consumes the same configuration file in YAML format as the gem,
|
|
|
81
81
|
host: "0.0.0.0"
|
|
82
82
|
port: 8080
|
|
83
83
|
# omit the logfile: option so logging to STDOUT will happen automatically
|
|
84
|
-
db: "/var/lib/db.json"
|
|
84
|
+
db: "/var/lib/dyndnsd/db.json"
|
|
85
85
|
|
|
86
86
|
# User's settings for updater and permissions follow here!
|
|
87
87
|
```
|
|
@@ -94,7 +94,7 @@ Run the Docker image exposing the DynDNS-API on host port 8080 via:
|
|
|
94
94
|
docker run -d --name dyndnsd \
|
|
95
95
|
-p 8080:8080 \
|
|
96
96
|
-v /host/path/to/dyndnsd/config.yml:/etc/dyndnsd/config.yml \
|
|
97
|
-
-v /host/
|
|
97
|
+
-v /host/ptherpath/to/dyndnsd/datadir:/var/lib/dyndnsd \
|
|
98
98
|
cmur2/dyndnsd:vX.Y.Z
|
|
99
99
|
```
|
|
100
100
|
|
data/lib/dyndnsd/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dyndnsd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.0
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christian Nicolai
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async-dns
|
|
@@ -235,9 +235,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
235
235
|
version: '2.5'
|
|
236
236
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
237
237
|
requirements:
|
|
238
|
-
- - "
|
|
238
|
+
- - ">="
|
|
239
239
|
- !ruby/object:Gem::Version
|
|
240
|
-
version:
|
|
240
|
+
version: '0'
|
|
241
241
|
requirements: []
|
|
242
242
|
rubygems_version: 3.1.2
|
|
243
243
|
signing_key:
|