markdown
*
基于 Kali Linux Debian系 gnome
* ## (一)获取 client.conf 文件 ```text 一 . 通过服务器配置Wireguard service 获取 二. 通过机场提供商获取 ``` ## (二)客户端配置 ```text apt install wireguard nm-connection-editor (可选) # 查看图形化界面,在添加时是否存在wireguard类型 nmcli connection import type wireguard file {client.conf.location} # 通过以上命令,将其添加入虚拟网络 ``` 即可在右上方V*P*N位置看见开启选项
评论