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
限速插件在handler上的不生效 服务端配置如下:
services: - name: service-0 addr: ":6666" handler: type: relay limiter: limiter-0 auther: auther-0 metadata: bind: true listener: type: tls limiters: - name: limiter-0 plugin: type: http addr: http://127.0.0.1:8080/limiter authers: - name: auther-0 plugin: type: http addr: http://127.0.0.1:8080/auther
客户端:
gost -L rtcp://:18081/:8081 -F relay+tls://:6666
修改到service上,插件服务可以接收到请求,但是没有认证器返回的标识
The text was updated successfully, but these errors were encountered:
No branches or pull requests
限速插件在handler上的不生效
服务端配置如下:
客户端:
修改到service上,插件服务可以接收到请求,但是没有认证器返回的标识
The text was updated successfully, but these errors were encountered: