Fivem Server on Ipv6

Hello, i wanted to know if anyone knows if it is possible to host a Fivem server beheind an Ipv6 ip instead of an Ipv4.

i have added to my server (running windows server 2022) a public ipv6 address (x:x:x:x:x:x:86b1:7a99)

and if i try to connect from the client console (connect x:x:x:x:x:x:86b1:7a99) i get the following error

if instead i create an aaaa record on a domain (that i own) that points to that ipv6 and i connect via console using: (connect x.xyz.com) (it is not the actual domain, i just hid it for privacy), the error is the following:

while if i connect via ipv4 it works just fine

also i checked to make sure that the port over ipv6 (30120) was open and in fact it is
4

also in the server.cfg i added the following:

endpoint_add_tcp “[::]:30120”
endpoint_add_udp “[::]:30120”

Now my question is: Am I doing something wrong or is Ipv6 not supported by Fivem?