Skip to content

Commit 16193ac

Browse files
committed
Update README.md
1 parent b66c325 commit 16193ac

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ A simple proxy based on goproxy.
66
一个基于goproxy的简单http代理,可以指定出口IP地址。
77

88
### Usage
9+
```
910
Usage of ./daisy-proxy:
1011
-dns="8.8.8.8 8.8.4.4": dns servers
1112
-if="": out interface
1213
-ip="": out address
1314
-listen="localhost:8080": listen on this address and port
1415
-verbose=false: verbose output
1516
-h : show help usage
16-
17+
```
18+
1719
### Example
20+
```
1821
./daisy-proxy -if ppp0
1922
2015/04/11 10:15:40 DaisyProxy listen on localhost:8080 outgoing from 10.0.0.60
23+
```
2024

2125
### Download
2226

0 commit comments

Comments
 (0)