WireGuard

WireGuard

genkey

生成

wg genkey | tee a_private.key | wg pubkey | tee a_public.key

一覧表示

tail -n+1 ./a_*

QR コード生成

sudo apt install qrencode -y
qrencode -t ansiutf8 < /path/to/wg0.conf
最終更新日