hi, I use the "ngx_mruby stream module";
now I want to limit the client's data transmission speed,
for example:
if Nginx::Stream::Connection.remote_ip == "127.0.0.1"
I want to limit the rate here, each IP has a different speed limit
end
Does it have this feature now?
thanks.