Skip to content

Commit

Permalink
Trust PUL
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 7, 2025
1 parent e7510cc commit 38016a4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion nomad/traefik-wall/deploy/bot-plugin-production.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ http:
rateLimit: {{ env "rate_limit" }}
ipv4subnetMask: {{ env "subnet_mask" }}
protectParameters: "true"
# These are our load balancer IPs
exemptIps:
# These are our load balancer IPs
- 128.112.200.245/32
- 128.112.201.34/32
# PUL Network, trust these.
- 128.112.0.0/16
- 140.180.0.0/16
- 204.153.48.0/23
- 66.180.176.0/24
- 66.180.177.0/24
- 66.180.180.0/22
challengeTmpl: /challenge.tmpl.html
# Exclude facet routes - they're an ajax request.
excludeRoutes: "/catalog/facet,/catalog/range_limit"
Expand Down
9 changes: 8 additions & 1 deletion nomad/traefik-wall/deploy/bot-plugin-staging.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@ http:
rateLimit: {{ env "rate_limit" }}
ipv4subnetMask: {{ env "subnet_mask" }}
protectParameters: "true"
# These are our load balancer IPs
exemptIps:
# These are our load balancer IPs
- 128.112.200.245/32
- 128.112.201.34/32
# PUL Network, trust these.
- 128.112.0.0/16
- 140.180.0.0/16
- 204.153.48.0/23
- 66.180.176.0/24
- 66.180.177.0/24
- 66.180.180.0/22
challengeTmpl: /challenge.tmpl.html
# Exclude facet routes - they're an ajax request.
excludeRoutes: "/catalog/facet,/catalog/range_limit"
Expand Down

0 comments on commit 38016a4

Please sign in to comment.