Skip to content

Commit

Permalink
Update content/300-accelerate/500-known-limitations.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Oct 11, 2024
1 parent d1ca760 commit 69555d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/300-accelerate/500-known-limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Accelerate does not support direct IPv4 addresses in MongoDB connection strings.

### Example

- **IPv4 connection string** (not supported): mongodb://user:[email protected]:27017/db_name
- **DNS record connection string** (supported): mongodb://user:[email protected]:27017/db_name
- **IPv4 connection string** (not supported): `mongodb://user:[email protected]:27017/db_name`
- **DNS record connection string** (supported): `mongodb://user:[email protected]:27017/db_name`

For additional details on Accelerate’s IPv6-first design, refer to our [blog post](/blog/accelerate-ipv6-first).

0 comments on commit 69555d0

Please sign in to comment.