2025年10月3日 星期五

Using wgcf to export WARP WireGuard config

Cloudflare WARP 的底層是用 WireGuard tunnel
wgcf 工具可以把它匯出成 WireGuard config

curl -sL https://github.com/ViRb3/wgcf/releases/download/v2.2.29/wgcf_2.2.29_linux_amd64 > wgcf
chmod 755 wgcf
./wgcf register
./wgcf generate

產生 wgcf-profile.conf

沒有留言:

Mount LVM in rescue mode

pvscan # 掃描實體捲軸 (PV) vgscan # 掃描捲軸群組 (VG) vgchange -ay # 建立 /dev/mapper/ 下的設備節點 lvscan 或 ls -l /dev/mapper # 查看有那些節點 mount /dev/mapper/rl-ro...