rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
8.8k stars 440 forks source link

support http proxy with 80 port #351

Open rede97 opened 2 months ago

rede97 commented 2 months ago

support 80 port for http proxy

[client.transport]
type = "tcp"
[client.transport.tcp]
proxy = "http://myuser:mypass@127.0.0.1:80"