go-gost / gost

GO Simple Tunnel - a simple tunnel written in golang
https://gost.run
MIT License
4.3k stars 521 forks source link

插件 流量限制器 无法获取信息问题 #559

Closed abcxi closed 2 months ago

abcxi commented 2 months ago

流量限制器插件根据这个链接使用的 https://github.com/go-gost/plugin/blob/master/limiter/traffic/example/grpc/main.go

配置是 limiters:

运行时候展示都是这样呢, 2024/08/19 16:42:34 server listening at [::]:8001 2024/08/19 16:42:42 limiter: client= src= network=, addr= 2024/08/19 16:42:42 limiter: client= src= network=, addr=

abcxi commented 2 months ago

找到问题了 插件的时候 limiter-0 位置的问题