SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Problem with connection with IPv6 #324

Open mbamac opened 2 years ago

mbamac commented 2 years ago

When I try to connect to the remote host via DNS name, the extension tries to connect only with IPv4. Please add option to force connection with IPv6.

SchoofsKelvin commented 2 years ago

The extension does indeed do a single standard DNS lookup of domain names. I'll add an option to force the IP family, as well as perhaps the functionality to try all A/AAAA records instead of just the first one.