# pfd **Repository Path**: ak47-b/pfd ## Basic Information - **Project Name**: pfd - **Description**: 基于cobra写的端口转发工具 - **Primary Language**: Go - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-26 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pfd #### 介绍 基于cobra写的端口转发工具 #### 安装教程 1. 直接运行,不需要安装 #### 使用说明 1. 打包编译 2. goreleaser release --snapshot --rm-dist 3. 本地要安装 goreleaser #### 软件使用 前台启动 ./pfd start 后台启动 ./pfd start -d 停止 ./pfd stop