proxy: add no_proxy 58/12558/1
authormunkyu.im <munkyu.im@samsung.com>
Tue, 19 Nov 2013 05:22:53 +0000 (14:22 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Tue, 19 Nov 2013 05:24:54 +0000 (14:24 +0900)
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 <munkyu.im@samsung.com>
filesystem/etc/profile.d/proxy_setting.sh

index cb53de4..05970da 100755 (executable)
@@ -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"