I see that 127.0.0.1:9050 is being opened as my socks5 port. Can i somehow also get it to listen on [::1]:9050? I am trying to connect to an ipv6 client but if i use 127.0.0.1 the connection fails. If i turn off socks it works fine

Edit: it actually appears to be the socks application not accepting “::1” or “[::1]” as a valid proxy. It just wants to go back to 127.0.0.1