diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index 2db6dc2..b4474a3 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -19,4 +19,10 @@ http: browserXssFilter: true referrerPolicy: "strict-origin-when-cross-origin" permissionsPolicy: "camera=(), microphone=(), geolocation=()" - customFrameOptionsValue: "SAMEORIGIN" \ No newline at end of file + customFrameOptionsValue: "SAMEORIGIN" + + rate-limit: + rateLimit: + average: 100 # requests per second sustained + burst: 50 # allowed spike above average + period: 1s \ No newline at end of file