mirror of
https://github.com/jedisct1/encrypted-dns-server
synced 2024-11-10 19:10:25 +00:00
Properly install example-encrypt-dns.toml
This commit is contained in:
parent
19729a9744
commit
1ab66d4b51
@ -57,8 +57,8 @@ An easy to install, high-performance, zero maintenance proxy to run an \
|
|||||||
encrypted DNS server."""
|
encrypted DNS server."""
|
||||||
assets = [
|
assets = [
|
||||||
["target/release/encrypted-dns", "usr/bin/", "755"],
|
["target/release/encrypted-dns", "usr/bin/", "755"],
|
||||||
["README.md", "usr/share/doc/encrypted-dns/README", "644"],
|
["README.md", "usr/share/doc/encrypted-dns/README.md", "644"],
|
||||||
["encrypted-dns.toml", "usr/share/doc/encrypted-dns/encrypted-dns.toml", "644"]
|
["example-encrypted-dns.toml", "usr/share/doc/encrypted-dns/example-encrypted-dns.toml", "644"]
|
||||||
]
|
]
|
||||||
section = "network"
|
section = "network"
|
||||||
depends = "$auto"
|
depends = "$auto"
|
||||||
|
Loading…
Reference in New Issue
Block a user