• 1.1.0 d15352a18b

    1.1.0 Stable

    GuoZiQi released this 2025-09-26 12:43:08 +08:00 | 1 commits to main since this release

    AnyProxy 简介

    AnyProxy 是一个简单的 HTTP/HTTPS 代理服务器。它可以帮助你转发和代理请求。
    支持 GET / POST / PUT / DELETE / HEAD / OPTIONS 请求。
    兼容 SSE 流式请求。

    使用方法

    1. 直接协议路径

      • 目标 URL: https://example.com/path
        代理 URL: http://AnyproxyIP/https/example.com/path
      • 目标 URL: http://example.com/path
        代理 URL: http://AnyproxyIP/http/example.com/path
    2. 完整 URL 路径

      • 目标 URL: https://example.com
        代理 URL: http://AnyproxyIP/proxy/https://example.com

    目标 URL 必须以 https://http:// 开头。

    访问根路径可以查看使用方式

    安装

    1. 下载对应平台的二进制 Relase 文件
    2. 运行二进制文件
    3. (可选) 配置为系统服务

    系统服务参考(Systemd)

    # /etc/systemd/system/anyproxy.service
    [Unit]
    Description=AnyProxy Service
    After=network.target
    
    [Service]
    ExecStart=/opt/anyproxy/anyproxy
    WorkingDirectory=/opt/anyproxy
    Restart=always
    User=root
    
    [Install]
    WantedBy=multi-user.target
    

    可选参数

    参数 是否可选 默认值 数据类型 解释
    -port 8080 int 代理服务器监听端口
    -debug false bool 调试模式(debug 级别日志)
    -log (输出到 stderr) string 日志文件路径(默认输出到 stderr)
    -grace 10 int 优雅停机等待秒数
    -timeout 0 int 单次上游请求超时秒(0 = 不设置)
    Downloads
  • v1.0.2 45fd9e40e5

    v1.0.2 Stable

    GuoZiQi released this 2025-08-18 16:13:25 +08:00 | 3 commits to main since this release

    AnyProxy 简介

    AnyProxy 是一个简单的 HTTP/HTTPS 代理服务器。它可以帮助你转发和代理请求。

    使用方法

    1. 直接协议路径

      • 目标URL: https://example.com/path
        代理URL: http://AnyproxyIP/https/example.com/path
      • 目标URL: http://example.com/path
        代理URL: http://AnyproxyIP/http/example.com/path
    2. 完整URL路径

      • 目标URL: https://example.com
        代理URL: http://AnyproxyIP/proxy/https://example.com

    目标URL 必须以 https://http:// 开头。

    安装

    1. 下载对应平台的二进制Relase文件
    2. 运行二进制文件
    3. (可选) 配置为系统服务

    系统服务参考(Systemd)

    # /etc/systemd/system/anyproxy.service
    [Unit]
    Description=AnyProxy Service
    After=network.target
    
    [Service]
    ExecStart=/opt/anyproxy/anyproxy
    WorkingDirectory=/opt/anyproxy
    Restart=always
    User=root
    
    [Install]
    WantedBy=multi-user.target
    
    Downloads
  • v1.0.1 481b523fe7

    v1.0.1 Stable

    GuoZiQi released this 2025-08-05 12:40:20 +08:00 | 4 commits to main since this release

    AnyProxy 简介

    AnyProxy 是一个简单的 HTTP/HTTPS 代理服务器。它可以帮助你转发和代理请求。

    使用方法

    1. 直接协议路径

      • 目标URL: https://example.com/path
        代理URL: http://AnyproxyIP/https/example.com/path
      • 目标URL: http://example.com/path
        代理URL: http://AnyproxyIP/http/example.com/path
    2. 完整URL路径

      • 目标URL: https://example.com
        代理URL: http://AnyproxyIP/proxy/https://example.com

    目标URL 必须以 https://http:// 开头。

    安装

    1. 下载对应平台的二进制Relase文件
    2. 运行二进制文件
    3. (可选) 配置为系统服务

    系统服务参考(Systemd)

    # /etc/systemd/system/anyproxy.service
    [Unit]
    Description=AnyProxy Service
    After=network.target
    
    [Service]
    ExecStart=/opt/anyproxy/anyproxy
    WorkingDirectory=/opt/anyproxy
    Restart=always
    User=root
    
    [Install]
    WantedBy=multi-user.target
    
    Downloads
  • v1.0.0 d8c5017594

    v1.0.0 Stable

    GuoZiQi released this 2025-08-05 12:33:21 +08:00 | 5 commits to main since this release

    AnyProxy 简介

    AnyProxy 是一个简单的 HTTP/HTTPS 代理服务器。它可以帮助你转发和代理请求。

    使用方法

    1. 直接协议路径

      • 目标URL: https://example.com/path
        代理URL: http://AnyproxyIP/https/example.com/path
      • 目标URL: http://example.com/path
        代理URL: http://AnyproxyIP/http/example.com/path
    2. 完整URL路径

      • 目标URL: https://example.com
        代理URL: http://AnyproxyIP/proxy/https://example.com

    目标URL 必须以 https://http:// 开头。

    安装

    1. 下载对应平台的二进制Relase文件
    2. 运行二进制文件
    3. (可选) 配置为系统服务

    系统服务参考(Systemd)

    # /etc/systemd/system/anyproxy.service
    [Unit]
    Description=AnyProxy Service
    After=network.target
    
    [Service]
    ExecStart=/opt/anyproxy/anyproxy
    WorkingDirectory=/opt/anyproxy
    Restart=always
    User=root
    
    [Install]
    WantedBy=multi-user.target
    
    Downloads