Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
范例的命令有个位置打错了空格,会让参数报错,无法执行。
  • Loading branch information
jiqing112 authored Mar 31, 2023
1 parent 7af41a7 commit 1c79a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
#### Forward sock5

```
pingtunnel.exe -type client -l: 4455 -s www.yourserver.com -sock5 1
pingtunnel.exe -type client -l :4455 -s www.yourserver.com -sock5 1
```

#### Forward tcp

```
pingtunnel.exe -type client -l: 4455 -s www.yourserver.com -t www.yourserver.com:4455 -tcp 1
pingtunnel.exe -type client -l :4455 -s www.yourserver.com -t www.yourserver.com:4455 -tcp 1
```

#### Forward udp

```
pingtunnel.exe -type client -l: 4455 -s www.yourserver.com -t www.yourserver.com:4455
pingtunnel.exe -type client -l :4455 -s www.yourserver.com -t www.yourserver.com:4455
```

### Use Docker
Expand Down

0 comments on commit 1c79a8d

Please sign in to comment.