toml config i use contains:
bind-to = "[::]:443"
and
prefer-ip = "prefer-ipv6"
but ss -tlnp | grep mtg contains this:
*:443
showing that is actually listens to ipv4 addresses (or am i wrong?)
ss -tup6 shows that mtg uses ipv4 addresses formatted as ipv6 when i try to connect with ipv6 capable client (although it seems that client's ip is ipv6 formatted ipv4 address too)
but i've also checked with https://dnschecker.org/port-scanner.php to see is the 443 port is actually available using my ipv6 address and its not
(but also it seems like my ssh port isnt available too and it listens on [::]:22 so maybe its the problem with my server and if it is i am sorry)
toml config i use contains:
bind-to = "[::]:443"and
prefer-ip = "prefer-ipv6"but
ss -tlnp | grep mtgcontains this:*:443showing that is actually listens to ipv4 addresses (or am i wrong?)
ss -tup6shows that mtg uses ipv4 addresses formatted as ipv6 when i try to connect with ipv6 capable client (although it seems that client's ip is ipv6 formatted ipv4 address too)but i've also checked with https://dnschecker.org/port-scanner.php to see is the 443 port is actually available using my ipv6 address and its not
(but also it seems like my ssh port isnt available too and it listens on [::]:22 so maybe its the problem with my server and if it is i am sorry)