Skip to content

Commit 1a945c1

Browse files
vbaranovskiy-plesknatalia.astashenko
authored andcommitted
FEATURE increase rate limits
1 parent 56900fb commit 1a945c1

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

test/rate-limit-policies-b.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# See cmd/shell.go for definitions of these rate limits.
2+
certificatesPerName:
3+
window: 2160h
4+
threshold: 999
5+
overrides:
6+
ratelimit.me: 1
7+
lim.it: 0
8+
# Hostnames used by the letsencrypt client integration test.
9+
le.wtf: 99999
10+
le1.wtf: 99999
11+
le2.wtf: 99999
12+
le3.wtf: 99999
13+
le4.wtf: 99999
14+
nginx.wtf: 99999
15+
good-caa-reserved.com: 99999
16+
bad-caa-reserved.com: 99999
17+
ecdsa.le.wtf: 99999
18+
must-staple.le.wtf: 99999
19+
plesk.tech: 9999999
20+
atf.plesk.tech: 9999999
21+
registrationOverrides:
22+
101: 1000
23+
registrationsPerIP:
24+
window: 168h # 1 week
25+
threshold: 9999
26+
overrides:
27+
127.0.0.1: 999990
28+
registrationsPerIPRange:
29+
window: 168h # 1 week
30+
threshold: 99999
31+
overrides:
32+
127.0.0.1: 1000000
33+
pendingAuthorizationsPerAccount:
34+
window: 168h # 1 week, should match pending authorization lifetime.
35+
threshold: 9999
36+
newOrdersPerAccount:
37+
window: 3h
38+
threshold: 99999
39+
certificatesPerFQDNSet:
40+
window: 168h
41+
threshold: 99999
42+
overrides:
43+
le.wtf: 99999
44+
le1.wtf: 99999
45+
le2.wtf: 99999
46+
le3.wtf: 99999
47+
le.wtf,le1.wtf: 99999
48+
good-caa-reserved.com: 99999
49+
nginx.wtf: 99999
50+
ecdsa.le.wtf: 99999
51+
must-staple.le.wtf: 99999
52+
plesk.tech: 9999999
53+
atf.plesk.tech: 9999999
54+
certificatesPerFQDNSetFast:
55+
window: 2h
56+
threshold: 20
57+
overrides:
58+
le.wtf: 99

0 commit comments

Comments
 (0)