Skip to content

Commit

Permalink
修改: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssst0n3 committed Nov 23, 2020
1 parent 9375a1d commit 27bad1a
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 @@ -19,8 +19,8 @@ services:
environment:
- SSH_IP=10.0.1.2
- SSH_PORT=22
- SSH_USERNAME=ctf
- SSH_PASSWORD=SqjaVwE9
- SSH_USERNAME=Username
- SSH_PASSWORD=Password
- REMOTE_BIND_ADDRESS=127.0.0.1
- REMOTE_BIND_PORT=13400
- LOCAL_IP=0.0.0.0
Expand All @@ -39,7 +39,7 @@ GO111MODULE="on" GOPROXY="https://goproxy.io" CGO_ENABLED=0 GOOS=linux GOARCH=am

run
```!
SSH_IP=10.0.1.2 SSH_PORT=22 SSH_USERNAME=ctf SSH_PASSWORD=SqjaVwE9 REMOTE_BIND_ADDRESS=127.0.0.1 REMOTE_BIND_PORT=13400 LOCAL_IP=0.0.0.0 LOCAL_PORT=13400 ./sshtunnel
SSH_IP=10.0.1.2 SSH_PORT=22 SSH_USERNAME=Username SSH_PASSWORD=Password REMOTE_BIND_ADDRESS=127.0.0.1 REMOTE_BIND_PORT=13400 LOCAL_IP=0.0.0.0 LOCAL_PORT=13400 ./sshtunnel
```

## repository
Expand Down

0 comments on commit 27bad1a

Please sign in to comment.