#1 2024-07-19 23:58:10

mormoter
Member
Registered: 2024-06-14
Posts: 20

Does not TSQLHttpServer support to use IPV6?

windows10+fpc3.4

I tried to run my test server  like this :TSQLHttpServer.Create('[::1]:'+PORT_NAME,[aServer],'+',useHttpSocket);

but in fact ,with the result of  command :netstat -an , no ipv6 address is being listening, so does not  TSQLHttpServer support to use IPV6?

Offline

#2 2024-07-20 06:45:08

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,492
Website

Re: Does not TSQLHttpServer support to use IPV6?

[::1] is no IP6 address.  ::1 is.
Just use localhost here.

Offline

Board footer

Powered by FluxBB