Update examples

This commit is contained in:
E. Kaparulin
2026-06-09 08:30:41 +03:00
parent 1e08ba34f0
commit 10def914ab
5 changed files with 104 additions and 2 deletions

View File

@@ -62,7 +62,12 @@ Without this, konduit picks the first available `tunN`, which shifts if other VP
./konduit-server --config server.toml
```
For persistent operation, use the provided systemd unit (`setup/server/konduit-server.service`).
For persistent operation, use the provided systemd units in [docs/systemd/](systemd/). Copy `konduit-server.service` to `/etc/systemd/system/`, then:
```bash
sudo systemctl daemon-reload
sudo systemctl enable --now konduit-server
```
## 6. NAT / Masquerade