From a708d4fdf0e1095ffaf24803b6602228fdd8f825 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 29 Dec 2016 09:14:30 +0800 Subject: [PATCH] update proxy setting in demo Change-Id: Ibbff634ded0fa73ea8d3da63acd1ae4e485e431f Signed-off-by: Guo Ruijing --- demo/00_bootstrap.sh | 9 ++------- demo/01_setup_redsocks.sh | 5 +---- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/demo/00_bootstrap.sh b/demo/00_bootstrap.sh index 789fe36..d1f820d 100755 --- a/demo/00_bootstrap.sh +++ b/demo/00_bootstrap.sh @@ -1,14 +1,9 @@ #!/bin/sh -HTTP_PROXY=${HTTP_PROXY:-http://proxy-chain.intel.com:911} +HTTP_PROXY=${HTTP_PROXY:-http://127.0.0.1:1080} cat <