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

限速插件好像有点问题 #658

Open
SianHH opened this issue Feb 6, 2025 · 0 comments
Open

限速插件好像有点问题 #658

SianHH opened this issue Feb 6, 2025 · 0 comments

Comments

@SianHH
Copy link

SianHH commented Feb 6, 2025

限速插件在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上,插件服务可以接收到请求,但是没有认证器返回的标识

@SianHH SianHH changed the title 限速插件 限速插件好像有点问题 Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant