From 6515e998b7be0db4b699d119ceaad4bfa11d405e Mon Sep 17 00:00:00 2001 From: Peng Li Date: Sat, 30 Jun 2018 11:55:42 +0800 Subject: [PATCH] ss - Add proxy --- bin/proxy | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/proxy diff --git a/bin/proxy b/bin/proxy new file mode 100755 index 0000000..da144ba --- /dev/null +++ b/bin/proxy @@ -0,0 +1,2 @@ +#!/bin/bash +http_proxy=http://127.0.0.1:8118 https_proxy=http://127.0.0.1:8118 $* -- 2.11.0