Download the PHP package chengciming/tcp-port-mapping without Composer
On this page you can find all versions of the php package chengciming/tcp-port-mapping. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chengciming/tcp-port-mapping
More information about chengciming/tcp-port-mapping
Files in chengciming/tcp-port-mapping
Download chengciming/tcp-port-mapping
More information about chengciming/tcp-port-mapping
Files in chengciming/tcp-port-mapping
Vendor chengciming
Package tcp-port-mapping
Short Description 使用workerman框架开发的TCP端口映射项目
License Apache-2.0
Package tcp-port-mapping
Short Description 使用workerman框架开发的TCP端口映射项目
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package tcp-port-mapping
TcpPortMapping
这是一个使用workerman框架开发的,针对内网环境TCP端口映射到外网环境指定端口。
亲,有在应用的同学请给个星星,有星星表示有人应用,好持续更新维护代码。
环境假设
- 外网服务器:可运行PHP,映射后通过这台机访问。
- 内网服务器:可运行PHP,连接外网服务器做转发,或者与目标服务器同一台。
- 目标服务器:需要被映射到外网的服务器。
运行环境
- PHP >= 7.0
- Composer
快速下载
下载:
启动:
配置
公共配置:Config/Config.php
协议配置:Config/***Conf.php [Http、Https、Ssh等]
新增加协议
示例:telnet
配置:
内核文件(可复制Http.php):
启动命令
安装依赖:
客户端:
服务端:
运行过程
All versions of tcp-port-mapping with dependencies
PHP Build Version
Package Version
The package chengciming/tcp-port-mapping contains the following files
Loading the files please wait ....