Skip to content

Commit

Permalink
fix typo (haoel#104)
Browse files Browse the repository at this point in the history
Co-authored-by: Hao Chen <[email protected]>
  • Loading branch information
615lyw and haoel authored Apr 1, 2023
1 parent e5e12e5 commit f405468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1130,10 +1130,10 @@ sudo docker run -d --name gost \
--net=host ginuerzh/gost \
-L "http2://${USER}:${PASS}@${BIND_IP}:${PORT}?cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.google.com"

sudo docker run -d --name gost \
sudo docker run -d --name gost-warp \
-v ${CERT_DIR}:${CERT_DIR}:ro \
--net=host ginuerzh/gost \
-L "http2://${USER}:${PASS}@${BIND_IP}:8443?cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.google.com" -F "socks://localhost:40000
-L "http2://${USER}:${PASS}@${BIND_IP}:8443?cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.google.com" -F "socks://localhost:40000"
```

> **Note:**
Expand Down

0 comments on commit f405468

Please sign in to comment.