Name it wg-app-link
`wg-link` was not merely vague. `wg` and `ip link` are both real network tools, so it reads as something that manages a WireGuard interface -- misleading rather than ambiguous. `app` rules that reading out, and says which two ends the link is between. The repository is still called wg-server-app until it is renamed on gitea; the crate leads.
This commit is contained in:
1 parent
d6d802c3c7
commit
592114bfc9
3 files changed
+18
-8
No files matched your search
Generated
+1
-1
@@ -297,7 +297,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
||||
|
||||
[[package]]
|
||||
name = "wg-link"
|
||||
name = "wg-app-link"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
|
||||
Reference in new issue
Block a user