Resolve DNS in realm #30180
pquinterof
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please, in the address field of the realmlist table of the DB auth, we can use a name and in case it is not an ip resolves as in the example (ex. myshard.com)
WorldManager.cs & RealmManager.cs
IPAddress[] addresses = Dns.GetHostAddresses(result.Read(2));
_realm.Addresses.AddRange(addresses);
Beta Was this translation helpful? Give feedback.
All reactions