We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
0.61.1
linux/amd64
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"
No response
The text was updated successfully, but these errors were encountered:
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: