blob: 0a25211faa6221d97b3d483c5ebdcc1894f9bc1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# WireGuard Mesh Generator
## Installation
On Fedora Linux:
```sh
sudo dnf install wireguard-tools
bundler install
```
## Configuration
Have a look at the `wireguardmeshgenerator.yaml`
## Usage
* `rake generate`: Generate the WireGuard configuration files
* `rake install`: Install the generated configuration files to the remote machines
* `rake clean`: Clean up generated files
## Details
Read this log post: https://foo.zone/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.html
|