EtherDream / jsproxy

An online proxy based on ServiceWorker
MIT License
9.32k stars 3.61k forks source link

fix: 更换 setup 文档中 pcre 的下载地址(原地址失效) #328

Open manooog opened 2 years ago

manooog commented 2 years ago
$ curl -O https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: ftp.pcre.org
$ nslookup ftp.pcre.org 8.8.8.8
Server:     8.8.8.8
Address:    8.8.8.8#53

** server can't find ftp.pcre.org: NXDOMAIN

通过以上测试可知,ftp.pcre.org 域名已经失效。因此替换了 pcre 的下载路径。