# dl-proxy **Repository Path**: c332030/dl-proxy ## Basic Information - **Project Name**: dl-proxy - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-27 - **Last Updated**: 2024-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = dl-proxy 前端: https://github.com/cc332030/dl-proxy-frontend 基于 spring mvc 的文件代理下载服务(简易版的 nginx proxy) 开发的意义是使用境外服务器加速文件下载: github、nexus oss 等网站文件, 请在法律允许范围内使用此软件,本人不承担任何非法使用此软件引发的后果 == 示例 https://dl-proxy.c332030.com/ == by get parameter startup dl-server-app [source,shell script] ---- # 代理下载 url 参数后面的文件链接 url=https://download.sonatype.com/nexus/oss/nexus-latest-bundle.zip curl -L -O https://dl-proxy.c332030.com/proxy?url="${url}" ----