Applies to:
To ensure Wickr functions correctly, we recommend whitelisting the following domains and ports.
Ports:
TCP:
- 443 (Messages and Attachments)
UDP:
- 16384-16584 (Calling)
Domains to whitelist:
- https://gw-pro-prod.wickr.com
- https://gw-me-prod.wickr.com
- https://messaging-prod.wickr.com
- https://messaging-me-prod.wickr.com
Registration and verification emails will come from: donotreply@wickr.email
If you need to white list all possible Calling server IPs you will need to run this command to output a list of possible CIDRs. You will need to periodically re-run this command as this list is subject to change.
curl -o ip-ranges.json https://ip-ranges.amazonaws.com/ip-ranges.json ; jq -r '.prefixes[] | select(.region=="us-east-1") | select(.service=="EC2") | .ip_prefix' < ip-ranges.json > cidr_output.txt
Comments
0 comments
Article is closed for comments.