We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2888b3 commit b66c325Copy full SHA for b66c325
1 file changed
README.md
@@ -5,6 +5,19 @@ A simple proxy based on goproxy.
5
6
一个基于goproxy的简单http代理,可以指定出口IP地址。
7
8
+### Usage
9
+Usage of ./daisy-proxy:
10
+ -dns="8.8.8.8 8.8.4.4": dns servers
11
+ -if="": out interface
12
+ -ip="": out address
13
+ -listen="localhost:8080": listen on this address and port
14
+ -verbose=false: verbose output
15
+ -h : show help usage
16
+
17
+### Example
18
+./daisy-proxy -if ppp0
19
+2015/04/11 10:15:40 DaisyProxy listen on localhost:8080 outgoing from 10.0.0.60
20
21
### Download
22
23
* [DaisyProxy For Mac](http://static.hessian.cn/wp-content/uploads/2014/07/daisy-proxy.gz)
0 commit comments