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