Hi all.
I'm currently running an IPV6 rev-proxy for osu.ppy.sh for those one who cannot access IPV4(or it's too slow, or it cost more). The browser(Fx, Cr, etc.)works well. But it seems the client doesn't support INET6 connection to the server.
IPV6 is a trend, so maybe osu! should add support of IPV6 earlier(seems not hard to do that, but it seems that you are using Clever? I'm not familiar with the code since the obfuscation)
Then for server.
It's not hard to get an IPV6 address, both native V6 from Softlayer(http://www.softlayer.com/about/network/ipv6) or Tunnel Broker from HE (http://tunnelbroker.net) are OK.
Then for nginx, just use "listen [::]:80" instead of "listen 80" or "listen 0.0.0.0:80" works well.
For s.ppy.sh, CloudFlare also support IPV6 option, just check it.
If the official do these, many player can benefit from IPV6.
Great thanks.
I'm currently running an IPV6 rev-proxy for osu.ppy.sh for those one who cannot access IPV4(or it's too slow, or it cost more). The browser(Fx, Cr, etc.)works well. But it seems the client doesn't support INET6 connection to the server.
IPV6 is a trend, so maybe osu! should add support of IPV6 earlier(seems not hard to do that, but it seems that you are using Clever? I'm not familiar with the code since the obfuscation)
Then for server.
It's not hard to get an IPV6 address, both native V6 from Softlayer(http://www.softlayer.com/about/network/ipv6) or Tunnel Broker from HE (http://tunnelbroker.net) are OK.
Then for nginx, just use "listen [::]:80" instead of "listen 80" or "listen 0.0.0.0:80" works well.
For s.ppy.sh, CloudFlare also support IPV6 option, just check it.
If the official do these, many player can benefit from IPV6.
Great thanks.