-
Notifications
You must be signed in to change notification settings - Fork 942
Description
Hello,
The server uses the following format:
{
order forward_proxy before file_server
}
:443, example.com {
tls [email protected]
forward_proxy {
basic_auth user pass
hide_ip
hide_via
probe_resistance
}
file_server {
root /var/www/html
}
}
This format.
The client uses the following format:
{
"listen": "socks://127.0.0.1:1080",
"proxy": "quic://user:[email protected]"
}
Both use the GitHub parameter format, but I'm experiencing unusually slow QUIC connections when deployed on multiple VPSs. When using QUIC, the speed is only a few hundred kilobits, but my VPS and home bandwidth don't limit UDP or QUIC speeds. When deploying other protocols on a VPS, such as Tuc and Hysteria, speeds can reach over 200 Mbps. Only NaiveProxy's Quic speed is a few hundred kb/s. Therefore, I'm wondering if the speed anomaly is caused by NaiveProxy using Quic.