bluerobotics / BlueOS

The open source platform for ROV, USV, robotic system operation, development, and expansion.
https://blueos.cloud/docs/
Other
169 stars 80 forks source link

Networking - listen for IPv6 connections #2894

Closed rotu closed 2 months ago

rotu commented 2 months ago

Previously, attempting to connect to the web interface via IPv6 address would fail. Now it succeeds. Same for the mavlink2rest service.

Note this does not affect DNS.

This will prevent problems with services that use host networking and connect to localhost. As mentioned here, getent hosts localhost (resolve using hosts file instead of DNS) resolves to the IPv6 address.

Caveats: