Skip to content

Commit 3cc26ba

Browse files
committed
update the script for gost knockparameter
1 parent 0371918 commit 3cc26ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.ubuntu.18.04.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ install_gost() {
136136
sudo docker run -d --name gost \
137137
-v ${CERT_DIR}:${CERT_DIR}:ro \
138138
--net=host ginuerzh/gost \
139-
-L "http2://${USER}:${PASS}@${BIND_IP}:${PORT}?cert=${CERT}&key=${KEY}&probe_resist=code:400"
139+
-L "http2://${USER}:${PASS}@${BIND_IP}:${PORT}?cert=${CERT}&key=${KEY}&probe_resist=code:400&knock=${DOMAIN}"
140140
}
141141

142142
crontab_exists() {

0 commit comments

Comments
 (0)