This commit is contained in:
zjcqoo 2019-05-20 21:17:10 +08:00
parent 1d464651ff
commit 4a384d08c0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
if ($uri = '/ver') {
return 200 '0.0.7';
return 200 '0.0.8';
}
if ($_origin_id = '') {
return 403 'ERROR: origin `$http_origin` is not allowed';

2
i.sh
View File

@ -2,7 +2,7 @@
CDN=https://cdn.jsdelivr.net/gh/etherdream/jsproxy-bin@master
JSPROXY_VER=0.0.6
JSPROXY_VER=0.0.8
PCRE_VER=8.43
ZLIB_VER=1.2.11
OPENSSL_VER=1.1.1b