macOS 无需使用“scutil”即可列出所有 VPN

macOS 无需使用“scutil”即可列出所有 VPN

我看到这个帖子来检查我们是否已连接到 VPN:如何从命令行判断 OS X 是否已连接到 VPN 网络?

接受的答案使用scutil --nc list。不幸的是,这个命令在 macOS Mojave 10.14.3 上向我显示:

$ scutil --nc list
Available network connection services in the current set (*=enabled):

另一个用户也有相同的输出他的博客

还有其他方法可以列出系统偏好设置下配置的所有 VPN 吗?

相关内容