# direct-ssh-passthrough-nat **Repository Path**: PaperDragon/direct-ssh-passthrough-nat ## Basic Information - **Project Name**: direct-ssh-passthrough-nat - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-12-23 - **Last Updated**: 2026-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NAT 网络穿透 ## 安装 ### 下载并执行 ```bash wget https://gitee.com/PaperDragon/direct-ssh-passthrough-nat/raw/master/frpc_linux_install.sh chmod +x frpc_linux_install.sh ./frpc_linux_install.sh ``` ### 可选:关闭 Spy 模式 ```bash SPY_MODE=False ./frpc_linux_install.sh ``` ## 配置 | 参数 | 说明 | 默认值 | |----------------|---------------------------------------------------------|---------------------| | `FRPS_ADDRESS` | frps 服务地址。 | `frp.geekery.cn` | | `FRPS_PORT` | frps 服务端口。 | `7000` | | `SPY_MODE` | Spy 模式。 | `True` | ## 卸载 ### 下载并执行 ```bash wget https://gitee.com/PaperDragon/direct-ssh-passthrough-nat/raw/master/frpc_linux_uninstall.sh chmod +x frpc_linux_uninstall.sh ./frpc_linux_uninstall.sh ``` ### 可选:关闭 Spy 模式 ```bash SPY_MODE=False ./frpc_linux_uninstall.sh ``` ## Docker 运行 ```bash docker run -itd --ipc=host \ --pid=host \ -v /:/host \ jockerdragon/frpc-ssh-passthrough:latest ```