ss - Add proxy
authorPeng Li <seudut@gmail.com>
Sat, 30 Jun 2018 03:55:42 +0000 (11:55 +0800)
committerPeng Li <seudut@gmail.com>
Sat, 30 Jun 2018 03:55:42 +0000 (11:55 +0800)
bin/proxy [new file with mode: 0755]

diff --git a/bin/proxy b/bin/proxy
new file mode 100755 (executable)
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 $*