Skip to content

Commit

Permalink
fix: adjust readme and trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Aug 30, 2024
1 parent e322106 commit c7165ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Following environment variables are available:
|----------------------------- |---------------------------------------------------------------------------------------------------------------------------------------|-------------|------------------------|---------------------------------------|
| APPURL | The URL of the traefikshaper application for admin approval requests. | Optional | http://localhost:5000 | `https://traefikshaper.example.com` |
| GRANT_HTTP_ENDPOINT | The HTTP endpoint for clients to request access. | Optional | /knock-knock | `/letmein` |
| EXCLUDED_IPS | The `excludeips` ip strategy used in the `IPAllowList` middleware. Define IP addresses to exclude as comma-separated string. | Optional | | `103.21.244.0/22,103.22.200.0/22` |
| WHITELISTED_IPS | Adds permanent ip(s) to the `IPAllowList`. Define IP addresses as comma-separated string. | Optional | | `103.21.244.0/22,103.22.200.0/22` |
| EXCLUDED_IPS | The `excludeips` ip strategy used in the `IPAllowList` middleware. Define IP addresses to exclude as comma-separated string. | Optional | | `103.21.244.0/22,103.22.200.0/22` |
| WHITELISTED_IPS | Adds permanent ip(s) to the `IPAllowList`. Define IP addresses as comma-separated string. | Optional | | `103.21.244.0/22,103.22.200.0/22` |
| IPSTRATEGY_DEPTH | The `depth` ip strategy used in the `IPAllowList` middleware. Use `1` if Traefik runs behind another proxy (e.g., CloudFlare). | Optional | 0 | `1` |
| DEFAULT_PRIVATE_CLASS_SOURCE_RANGE | If set to `True`, adds the private class subnets 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16 as default to the IPAllowList. | Optional | False | `True` |
| EXPIRATION_TIME | Expiration time for grants in seconds. | Optional | 300 | `3600` |
Expand Down

0 comments on commit c7165ea

Please # to comment.