mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-24 03:13:13 +03:00
Add new admin panel, failover, dns fallback, providers, limiters. Update XHTTP
This commit is contained in:
6
protocol/limiter/traffic/limiter.go
Normal file
6
protocol/limiter/traffic/limiter.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package traffic
|
||||
|
||||
type TrafficLimiter interface {
|
||||
Can(n uint64) error
|
||||
Add(n uint64) error
|
||||
}
|
||||
Reference in New Issue
Block a user