« Wireguard qrcode » : différence entre les versions
Page créée avec « '''Générer un QR‑code WireGuard d’un fichier de configuration client (peer)''' = ✅ '''Commande Linux pour générer un QR‑code WireGuard''' = D’après la méthode documentée (nécessite <code>qrencode</code>) : <syntaxhighlight lang="sh">qrencode -t ansiutf8 < wg-client.conf</syntaxhighlight> Cela affiche directement le QR‑code dans le terminal en ASCII. *** = 📄 '''Pour générer un QR‑code PNG (image)''' = <syntaxhighlight lang="sh">qren... » |
Aucun résumé des modifications |
||
| Ligne 25 : | Ligne 25 : | ||
----- | ----- | ||
[[category:VPN]] | [[Catégorie: Linux]] [[Catégorie: Debian]] [[category:VPN]] | ||