内网穿透反向代理应用 xfrp

码农软件 · 软件分类 · 网络工具包 · 2019-02-24 09:43:15

软件介绍

xfrp 是一个可用于内网穿透的高性能的反向代理应用,与 xfrps 配合使用,支持 tcp, udp, ftp, http, https 协议。与 frp 不同,xfrp 是 C 语音实现的客户端,主要用于嵌入式设备。

编译

xfrp 需要 libevent openssl-dev 和 json-c 支持,在编译 xfrp 之前,请在系统中安装l ibevent openssl-dev 和 json-c。

git clone https://github.com/KunTengRom/xfrp.git
cd xfrp
cmake .
make

FTP 支持

xfrp 支持 ftp 代理版本0 .07.451。 如果你已经建立了 xfrps 成功,在 frpc.ini 中配置 ftp

[common]
server_addr = 111.112.113.114
server_port = 7001

[router_ftp_example]
type = ftp
local_port = 21
remote_port = 30621
remote_data_port = 30622

remote_port 是 FTP 命令隧道的 reporxy 端口,remote_data_port 是 FTP-DATA 端口 reporxy。

使用 ftp 命令 -p(PASV Mode)连接到代理 ftp 服务器:

ftp -p 111.112.113.114 30621

本文地址:https://codercto.com/soft/d/15.html

The Little Prover

The Little Prover

Daniel P. Friedman、Carl Eastlund / The MIT Press / 2015-7-10 / USD 38.00

[FROM www.amazon.com]: The Little Prover introduces inductive proofs as a way to determine facts about computer programs. It is written in an approachable, engaging style of question-and-answer, wi......一起来看看 《The Little Prover》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具