mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
10 lines
292 B
Markdown
10 lines
292 B
Markdown
# 图形界面 GUI 组网
|
|
|
|
图形界面程序同样可在 GitHub Release 页面下载,对应的前缀为 easytier-gui。
|
|
|
|
需要注意,MacOS 在安装完毕后,需要在命令行执行如下命令,否则会误报文件已损坏。
|
|
|
|
```bash
|
|
xattr -c /Applications/easytier-gui.app
|
|
```
|