mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
Dynamic rate limit plugin
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace BTCPayServer.Plugins.DynamicRateLimits
|
||||
{
|
||||
public class DynamicRateLimitSettings
|
||||
{
|
||||
public string[] RateLimits { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user