在 Mac OS X Lion 中通过命令行更改网络代理设置
我正在寻找跟踪 OS X 中网络代理设置的配置文件。它是否存储在 .plist
文件中?
具体来说,我想以编程方式修改“绕过这些主机和域的代理设置”字段。
I'm looking for the configuration file that keeps track of the Network Proxy settings in OS X. Is it stored in a .plist
file?
Specifically I'd like to programmatically modify the "Bypass proxy settings for these Hosts & Domains" field.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
发布评论
评论(3)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
您可以使用networksetup命令来获取和设置代理绕过。手册页摘录:
任何
可以指定域名服务器的数量。指定“Empty”以清除所有域
名称条目。
You can use the networksetup command to get and set the proxy bypasses. Excerpts from the man page:
Any
number of Domain Name servers can be specified. Specify "Empty" for to clear all Domain
Name entries.