From 456ce4da3c73682ab714252e4b99256fbf5f697a Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Tue, 19 Nov 2013 14:22:53 +0900 Subject: [PATCH] proxy: add no_proxy ignored 10.0.2.x, 127.0.0.x by default. They are pre-allocated address range. Change-Id: I4a0b452328145b2ceb409aed37faff30d3ae9e66 Signed-off-by: munkyu.im --- filesystem/etc/profile.d/proxy_setting.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/filesystem/etc/profile.d/proxy_setting.sh b/filesystem/etc/profile.d/proxy_setting.sh index cb53de4..05970da 100755 --- a/filesystem/etc/profile.d/proxy_setting.sh +++ b/filesystem/etc/profile.d/proxy_setting.sh @@ -31,3 +31,4 @@ if grep -q "socks_proxy=" /proc/cmdline ; then export "socks_proxy=socks://${__proxy}/" fi fi +export "no_proxy=localhost,127.0.0.1/8,10.0.0.0/16" -- 2.34.1