Skip to content

Commit 7137783

Browse files
committedAug 8, 2019
Updated README
1 parent e7d7e1b commit 7137783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README-en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ cd $GOPATH/src/github.com/Dliv3/Venom
8888
```
8989
# Apache under windows environment:
9090
# Reuse apache 80 port, does not affect apache to provide normal http service
91-
# The value of -h is the local ip, and can't be 0.0.0.0. Otherwise, port reuse cannot be performed.
91+
# The value of -lhost is the local ip, and can't be 0.0.0.0. Otherwise, port reuse cannot be performed.
9292
./agent.exe -lhost 192.168.204.139 -reuse-port 80
9393
```
9494

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cd $GOPATH/src/github.com/Dliv3/Venom
8585
```
8686
# 以windows下apache为例
8787
# 复用apache 80端口,不影响apache提供正常的http服务
88-
# -h 的值为本机ip,不能写0.0.0.0,否则无法进行端口复用
88+
# -lhost 的值为本机ip,不能写0.0.0.0,否则无法进行端口复用
8989
./agent.exe -lhost 192.168.204.139 -reuse-port 80
9090
```
9191

0 commit comments

Comments
 (0)
Please sign in to comment.