macos 系统属性 http.nonProxyHosts 已设置为 local|*.local... 是什么意思?有什么影响?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4975337/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 07:42:16  来源:igfitidea点击:

What does System property http.nonProxyHosts has been set to local|*.local... mean? And what are the implications?

javamacospropertiesfdt

提问by sine

I am a designer who has strayed into coding, and frequently my lack of knowledge snaggles me. Like this example: Working on Mac OS 10.5.8 in fdt 4 to build an osmf (open source media framework) media player, I suddenly started seeing this in the error log.

我是一名误入歧途的设计师,我经常因为缺乏知识而陷入困境。像这个例子:在 fdt 4 的 Mac OS 10.5.8 上工作以构建 osmf(开源媒体框架)媒体播放器,我突然开始在错误日志中看到这个。

System property http.nonProxyHostshas been set to local|*.local|169.254/16|*.169.254/16by an external source. This value will be overwritten using the values from the preferences.

系统属性http.nonProxyHosts已由local|*.local|169.254/16|*.169.254/16外部源设置。将使用首选项中的值覆盖此值。

Please, what does it mean - and how can I reset it - and to what, if I need to?

请问,这是什么意思 - 我该如何重置它 - 如果我需要,它又是什么?

回答by Kevin

nonProxyHosts is a list of hosts that can be accessed directly and will not go through the proxy. That is the short answer.

nonProxyHosts 是可以直接访问的主机列表,不会通过代理。这就是简短的回答。

For a full explanation you can go to Oracle.

有关完整说明,您可以访问Oracle