以编程方式检索 OSX 网络/代理配置值
考虑到我的应用程序具有当前登录的管理员用户的用户 ID 和密码,是否可以从 OSX 网络设置中检索配置值?对“高级/代理”选项卡内容特别感兴趣。
Considering my application has the user ID and Password for the admin user currently logged in, is it possible to retrieve the configuration values from the OSX Network settings? Particularly interested in the "Advanced/Proxies" tab content.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通过设置 API 完成。以下是从 OSX 网络设置中获取 PAC URL 字符串的示例。
Did it with the settings API. Here's an example to fetch the PAC URL string from the OSX Network Settings.
查看 scutil 命令。特别是,
scutil --proxy
将显示代理Look at the
scutil
command. In particular,scutil --proxy
will show the proxies