feat: add awg-tool package
Some checks failed
CI / check (push) Has been cancelled

Rust CLI for AmneziaWG self-hosting from Vadim-Khristenko/awg-containers-and-tools: generates 1.0/1.5/2.0/3.0 obfuscation parameters, exports .conf and vpn:// configs, installs servers over SSH.
This commit is contained in:
2026-08-08 21:13:31 +03:00
parent af91bad87b
commit 7e7b884cc6
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
pkgs,
...
}:
pkgs.callPackage ./package.nix { }