birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation (#10351)

* birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation
This commit is contained in:
Marek Küthe
2023-07-13 12:38:01 +00:00
committed by GitHub
parent 21c08683da
commit fe3154287e
8 changed files with 134 additions and 3 deletions

29
pages.de/common/fastd.md Normal file
View File

@@ -0,0 +1,29 @@
# fastd
> VPN daemon.
> Arbeitet auf Schicht 2 oder Schicht 3, unterstützt verschiedene Verschlüsselungsmethoden, wird von Freifunk verwendet.
> Weitere Informationen: <https://fastd.readthedocs.io/en/stable/>.
- Starte `fastd` mit einer bestimmten Konfigurationsdatei:
`fastd --config {{pfad/zu/fastd.conf}}`
- Starte einen Schicht-3-VPN mit einer MTU von 1400 und lade den Rest der Konfigurationsparameter aus einer Datei:
`fastd --mode {{tap}} --mtu {{1400}} --config {{pfad/zu/fastd.conf}}`
- Validiere eine Konfigurationsdatei:
`fastd --verify-config --config {{pfad/zu/fastd.conf}}`
- Generiere einen neuen Schlüssel:
`fastd --generate-key`
- Zeige den öffentlichen Schlüssel zu einem privaten Schlüssel in einer Konfigurationsdatei an:
`fastd --show-key --config {{pfad/zu/fastd.conf}}`
- Zeige die aktuelle Version an:
`fastd -v`