We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42728fe commit 6191943Copy full SHA for 6191943
mongo/doc.go
@@ -60,4 +60,13 @@
60
//
61
// Additional examples can be found under the examples directory in the driver's repository and
62
// on the MongoDB website.
63
+//
64
+// Potential DNS Issues
65
66
+// Building with Go 1.11+ and using connection strings with the "mongodb+srv"[1] scheme is
67
+// incompatible with some DNS servers in the wild due to the change introduced in
68
+// https://github.com/golang/go/issues/10622. If you receive an error with the message "cannot
69
+// unmarshal DNS message" while running an operation, we suggest you use a different DNS server.
70
71
+// [1] See https://docs.mongodb.com/manual/reference/connection-string/#dns-seedlist-connection-format
72
package mongo
0 commit comments