Skip to content

Commit caa50d1

Browse files
committedMar 13, 2025
Update README.md
1 parent 0cdb684 commit caa50d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For example (assuming 10.110.12.17 is the IP address of the target server):
6363

6464
`./tcpcopy -x 3306-10.110.12.17:3306 -s 10.110.12.18 -c 10.110.12.15`
6565

66-
`tcpcopy` captures MySQL packets (assuming MySQL listens on port 3306) on the current server and modify all client ip to 10.110.12.15, modifies them as needed, and forwards them to port 3306 on `10.110.12.17` (the target MySQL server). It also connects to `10.110.12.18` to request that `intercept` forwards the response packets to it.
66+
`tcpcopy` captures MySQL packets (assuming MySQL listens on port 3306) on the current server, modifies all client IP addresses to 10.110.12.15, and forwards them to port 3306 on `10.110.12.17` (the target MySQL server). It also connects to `10.110.12.18` to request that `intercept` forwards the response packets to it.
6767

6868
## Note
6969

0 commit comments

Comments
 (0)
Please sign in to comment.