Update examples
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user