From f0c03a9b8e15387c4defd0a0e3e0298324406fae Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Mon, 28 Aug 2023 21:33:44 -0500 Subject: Add wg2nd --- pages/wg2nd/desc.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/wg2nd/desc.md (limited to 'pages/wg2nd/desc.md') diff --git a/pages/wg2nd/desc.md b/pages/wg2nd/desc.md new file mode 100644 index 0000000..1d917ac --- /dev/null +++ b/pages/wg2nd/desc.md @@ -0,0 +1,13 @@ +wg2nd +===== + +`wg2nd` converts WireGuard configurations from `wg-quick` format into `systemd-networkd` compatible configurations. +This is a web port of `wg2nd` which converts WireGuard configurations into Bash commands to set up the `networkd` +device and network configurations. Note that the output is not compatible with Zsh. **The web port operates entirely on the client-side, +ensuring that no sensitive data is transmitted or stored externally.** For more comprehensive control and features, +including batch conversions and the option to install a firewall, the Linux tool `wg2nd` is available [here](https://www.git.flu0r1ne.net/wg2nd) +and can be installed from source. + +Both versions are open-source and dual-licensed under GPL-2.0 and MIT. Limitations and further details for each version +are elaborated in this [comprehensive post](/logs/announcing-wg2nd). For installation instructions +for the Linux tool and additional information, please refer to the [README](https://www.git.flu0r1ne.net/wg2nd/tree/README.md?h=main). -- cgit v1.2.3