All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 4s
11 lines
259 B
Django/Jinja
11 lines
259 B
Django/Jinja
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 Dosh LLC
|
|
@not-private not client_ip private_ranges
|
|
rate_limit @not-private {
|
|
zone by_ip {
|
|
key by_ip-{client_ip}
|
|
events 20
|
|
window 2s
|
|
}
|
|
log_key
|
|
}
|