-
Notifications
You must be signed in to change notification settings - Fork 551
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
限速限流没有生效 #649
Comments
http://speed.hetzner.de/10MB.bin 这个地址有问题 |
那要怎么测速,我试了google.com 看起来限流也没有生效 |
我使用插件的方式配置了一下,限流还是没有生效,插件服务没有收到gost的请求,插件的代码使用的example中的代码:https://github.com/go-gost/plugin/blob/master/limiter/traffic/example/http/main.go
使用 |
配置有问题 services:
- name: service-0
addr: ":1111"
limiter: limiter-0
handler:
type: http
listener:
type: tcp
limiters:
- name: limiter-0
plugin:
type: http
addr: http://127.0.0.1:8000/limiter |
无法复现 |
请问使用的版本是哪个?我使用的是v3.0.0-rc10 |
正式版已发布,请用正式版或最新的版本测试。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用这个配置开启服务,并且使用curl --socks5 101.47.44.34:7777 -U user1:pass1 http://speed.hetzner.de/10MB.bin -o /dev/null请求测试限流策略,限流没有生效。
The text was updated successfully, but these errors were encountered: