Skip to content

Commit

Permalink
zeronsd 0.4.2
Browse files Browse the repository at this point in the history
Fixes a number of building issues as well as tests

Signed-off-by: Erik Hollensbe <[email protected]>
  • Loading branch information
erikh committed Apr 2, 2022
1 parent c1b48fc commit 9b0a21f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zeronsd"
version = "0.4.1"
version = "0.4.2"
authors = ["Erik Hollensbe <[email protected]>", "Adam Ierymenko <[email protected]>"]
description = "Unicast DNS resolver for ZeroTier networks"
homepage = "https://github.com/zerotier/zeronsd"
Expand Down
1 change: 1 addition & 0 deletions testdata/supervise/systemd/basic.unit
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ After=zerotier-one.service
Type=simple
ExecStart=zeronsd start -t /proc/cpuinfo 1234567891011121
TimeoutStopSec=30
Restart=always

[Install]
WantedBy=default.target
1 change: 1 addition & 0 deletions testdata/supervise/systemd/with-filled-in-properties.unit
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ After=zerotier-one.service
Type=simple
ExecStart=zeronsd start -t /proc/cpuinfo -w -s /var/lib/zerotier-one/authtoken.secret -f /etc/hosts -d zerotier 1234567891011121
TimeoutStopSec=30
Restart=always

[Install]
WantedBy=default.target

0 comments on commit 9b0a21f

Please sign in to comment.