Skip to content

Commit 3294eac

Browse files
committed
improve accuracy
1 parent c12e6e6 commit 3294eac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

crowdsec-docs/docs/appsec/quickstart/traefik.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,19 +359,14 @@ spec:
359359
crowdsecLapiHost: crowdsec-service.crowdsec.svc.cluster.local:8080
360360
crowdsecLapiKey: <shadowed>
361361
htttTimeoutSeconds: 60
362-
forwardedheaderstrustedips:
363-
- 10.0.0.0/8
364-
- 192.168.0.0/16
365-
- 134.209.137.94
366-
- 2a03:b0c0:2:f0::f557:a001
367362
crowdsecAppsecEnabled: false
368363
crowdsecAppsecHost: crowdsec:7422
369364
crowdsecAppsecFailureBlock: true
370365
crowdsecAppsecUnreachableBlock: true
371366
```
372367
373368
You can still add some route configuration through
374-
[IngressRoute](https://doc.traefik.io/traefik/reference/routing-configuration/kubernetes/crd/http/ingressroute/?utm_source=chatgpt.com)
369+
[IngressRoute](https://doc.traefik.io/traefik/reference/routing-configuration/kubernetes/crd/http/ingressroute)
375370
and attach the middleware to those routes.
376371
</TabItem>
377372
</Tabs>

0 commit comments

Comments
 (0)