Mjolnir IP ranges
Add the following IP ranges to your allowlist:The current IP list is provided during onboarding and is available in your Odin workspace settings. If you need it urgently, email [email protected].
Platform guides
Cloudflare WAF
Cloudflare WAF
- Log in to the Cloudflare dashboard and select your domain
- Go to Security > WAF > Tools
- Under IP Access Rules, click Add a rule
- Set Value to each Mjolnir IP range
- Set Action to Allow
- Set Zone to apply to your specific domain (or all zones if needed)
- Click Add
AWS WAF
AWS WAF
- Go to the AWS Console > WAF & Shield > IP sets
- Click Create IP set
- Name it
mjolnir-allowlist, select your region, and paste in the Mjolnir IP ranges - Go to your Web ACL > Rules > Add rule > Add my own rules
- Select IP set and choose the set you just created
- Set the action to Allow
- Set the rule priority high enough to evaluate before any blocking rules
Nginx (rate limiting)
Nginx (rate limiting)
If you’re using Nginx’s Reload Nginx after making changes:
limit_req module to rate-limit requests, you can exempt Mjolnir’s IPs using the geo module:nginx -s reloadAWS Security Groups / Network ACLs
AWS Security Groups / Network ACLs
If your application is behind an AWS Security Group or NACL that restricts inbound traffic:
- Go to EC2 > Security Groups and select the group attached to your application
- Click Inbound rules > Edit inbound rules
- Add a new rule for each Mjolnir IP range:
- Type: HTTPS (or the appropriate port)
- Source: Mjolnir IP range
- Save the rules