Skip to content

Commit f405468

Browse files
615lywhaoel
andauthored
fix typo (haoel#104)
Co-authored-by: Hao Chen <[email protected]>
1 parent e5e12e5 commit f405468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,10 +1130,10 @@ sudo docker run -d --name gost \
11301130
--net=host ginuerzh/gost \
11311131
-L "http2://${USER}:${PASS}@${BIND_IP}:${PORT}?cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.google.com"
11321132

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

11391139
> **Note:**

0 commit comments

Comments
 (0)