Last commit date Latest commit route443 Workaround for building with BoringSSL git revision c528061. Apr 3, 2024 6aa2339·Apr 3, 2024 History 23 Commits .github/workflows Add Docker publish workflow Jan 26, 2024 Dockerfile Workaround for building with BoringSSL git revision c528061. ...
In this repository All GitHub ↵ Jump to ↵ Sign in Sign up {{ message }} kuretru / nginx-quic Watch 1 Star 0 Fork 0 Code Issues Pull requests Actions Projects Security Insights Permalink master nginx-quic/nginx.init.in Go to file Go to file T Go to line L Copy pa...
cmake的版本必须要在3.0以上,cmake可以到这里下载https://cmake.org/download/。 wget https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2.tar.gz tar -zxvf cmake-3.18.2.tar.gz ./bootstrap gmake make make install cmake --version 2.3 编译安装perl perl的安装包可以从...
# 下载boringssl库 git clone --depth=1 https://github.com/google/boringssl.git 安装相关依赖 apt-get update apt-get install -y build-essential cmake add-apt-repository ppa:longsleep/golang-backports apt-get update apt-get install -y openssl golang-go libpcre3 libpcre3-dev libssl-dev zlib...
gitclone--depth=1https://github.com/google/boringssl.gitcdboringsslmkdirbuildcdbuild cmake-DCMAKE_BUILD_TYPE=Release..makecd../.. 安装brotli 压缩 不需要请跳过,并在编译时删除--add-module=../ngx_brotli 代码语言:bash AI代码解释 gitclone --recurse-submodules-j8https://github.com/google/ngx...
https://github.com/curl/curl/blob/master/docs/HTTP3.md#quiche-version 照着文档编译。 [root@t88 curl.git]# ./src/curl --http3 https://quic.tech:8443/ quiche + nginx-1.16.1 打上patch 照着文档编译。 其他: 还有个支持quic的openssl:https://github.com/quictls/openssl/tree/OpenSSL_1_1_...
wget https://github.com/quictls/openssl/archive/refs/tags/openssl-3.1.5-quic1.tar.gz tar -xzf openssl-3.1.5-quic1.tar.gz 4、进入nginx源码目录开始构建 代码语言:shell AI代码解释 cd nginx-1.27.0 5、配置构建参数 代码语言:shell AI代码解释 ./configure --prefix=/etc/nginx --sbin-path=/...
curl -fsSL https://nginx.org/keys/nginx_signing.key | sudo apt-key add - sudo apt-key fingerprint ABF5BD827BD9BF62 sudo apt update sudo apt install nginx 中间没报错就安装ok了 2、编译boringssl wgethttps://github.com/google/boringssl/archive/master.zip-Oboringssl.zip ...
git clone --recursive https://github.com/cloudflare/quiche cd nginx-1.17.5 yum install patch patch -p01 < ../quiche/extras/nginx/nginx-1.16.patch 安装相关依赖 CMAKE 1 2 3 4 5 6 7 8 9 10 # 前往 https://cmake.org/files/ 选择最新版本下载 ...
curl https://raw.githubusercontent.com/kn007/patch/master/Enable_BoringSSL_OCSP.patch | patch -p1 开始编译,注意configure配置参照给NGINX添加TLSv1.3支持去除"--with-cc-opt",""--with-ld-opt","--with-openssl-opt” 三处, 然后添加以下参数 ...