We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e12e5 commit f405468Copy full SHA for f405468
README.md
@@ -1130,10 +1130,10 @@ sudo docker run -d --name gost \
1130
--net=host ginuerzh/gost \
1131
-L "http2://${USER}:${PASS}@${BIND_IP}:${PORT}?cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.google.com"
1132
1133
-sudo docker run -d --name gost \
+sudo docker run -d --name gost-warp \
1134
-v ${CERT_DIR}:${CERT_DIR}:ro \
1135
1136
- -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"
1137
```
1138
1139
> **Note:**
0 commit comments