alvyxaz / barebones-masterserver

Master Server framework for Unity
475 stars 106 forks source link

Ipv6 Problem #215

Open Lonely-World opened 5 years ago

Lonely-World commented 5 years ago

Hello ! Quick but easy question - is there any way to use a ipv6 server for the whole system? Thansk!

JadeWhite commented 5 years ago

While your setup might be pretty different- I think the answer is yes. In my published game I have clients connect to my ipv6 server.

The catch is I had to replace the ipv4 addresses in my game with a dns name, which points to my server's ipv6 address. https://github.com/alvyxaz/barebones-masterserver/issues/203