Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to increase the speed of http proxy? #4595

Open
11 tasks
syferdev29 opened this issue Dec 18, 2024 · 1 comment
Open
11 tasks

How to increase the speed of http proxy? #4595

syferdev29 opened this issue Dec 18, 2024 · 1 comment

Comments

@syferdev29
Copy link

Bug Description

There is a device for http_proxy which has 50-100 mbit/s at speedtest

The server where frps is installed has connection speed 800-1000 mbit/s.

When I use http_proxy in work, the speed is 2-3 times slower than on the device.

Help me to understand why so much speed is lost or how to improve speed on proxy

frpc Version

0.61.1

frps Version

0.61.1

System Architecture

linux/amd64

Configurations

serverAddr = ""
serverPort = 2000
auth.method = "token"
auth.token = ""
log.level = "info"
log.maxDays = 3
transport.poolCount = 5
transport.tcpMux = true
transport.protocol = "tcp"
transport.tls.enable = true

[[proxies]]
name = "http_proxy_$_httpPort"
type = "tcp"
remotePort = $_httpPort
[proxies.plugin]
type = "http_proxy"
httpUser = "$username"
httpPassword = "$password"

[[proxies]]
name = "socks5_proxy_$_socks5Port"
type = "tcp"
remotePort = $_socks5Port
[proxies.plugin]
type = "socks5"
username = "$username"
password = "$password"

Logs

No response

Steps to reproduce

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Copy link

github-actions bot commented Jan 2, 2025

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant