How to restrict account access by IP
You can limit access to your account to specific IP addresses. With no rule set, access is allowed from all IPs.
- Open Security → Allowed IP Access. Your current IP is shown at the top.
- Click Add allowed IP / range.
- Enter a rule using one of the formats below.
- Save the rule.
Rule formats
Section titled “Rule formats”| Format | Example | Matches |
|---|---|---|
all | all | every IP address |
| Single IP | 192.0.2.10 | one exact address |
| CIDR | 192.0.2.0/24 | a range, by prefix length |
| Dotted-quad mask | 192.0.2.0/255.255.255.0 | a range, by subnet mask |