IPv6 support

Have a server woring normally with IP v4. As IOS need ip v6 need to make it works. What changes must i do?
The server name already resolves to a IPV6 address.

Best regards.

Which server channel type do you use?

TROIPHTTPServer.

try to set

ROIPHTTPServer.Server.BindV6 := True;
1 Like

Thanks, i enable that but dont know how to check ifteh client (IOS) is using IPV6. I have an observation (previous) from apple saying i must use ONLY IPV6 servers.

Or there any way to FORCE to use only IPV6 as is a requiremente from apple?

Thanks!

you may set

ROIPHTTPServer.Server.BindV4 := False;
ROIPHTTPServer.Server.BindV6 := True;