Project

General

Profile

Actions

Software that needs to be improved for IPv6 » History » Revision 3

« Previous | Revision 3/10 (diff) | Next »
Nico Schottelius, 08/13/2020 12:09 PM


Software that needs to be improved for IPv6

xrdp

Does not listen on IPv6 sockets under Linux. See the github bug

Applicable for at least version xrdp-0.9.13.1.

hackney

... is a very popular Erlang HTTP client. It is used by many Elixir libraries. It's not possible to configure IPv6
(see github bug). It is also used by Pleroma

cpanel

cpanel only resolves IPv4 addresses.

Code from 2017:

  sub _resolveIpAddress
   my ( $host, %p_options ) = @_;

  @addresses = Socket::getaddrinfo( $host, ( $p_options{'ipv6'} ? &Socket::AF_INET6 : &Socket::AF_INET ) );

however p_options is always empty!

Log from 2019


 Today at 9:51 PM
 @cPanelPhilH We are having 3-4 customers in the backlog for cpanel support - do you have a statement that we can forward in terms of timing for IPv6 only support?
 cPanelPhilHToday at 9:52 PM
 We have no plans of delivering IPv6 only support at this time, however that may change based on a number of factors, including demand.
 LucasRolff (DramaQueen)Today at 9:53 PM
 @cPanelPhilH https://snaps.trollcdn.com/XIGYoS5sLCV7mqt1E1f2NoFRvxAjZl5NtrTJ0wIEXa.png

 It always complain about "Missing period" and "Missing comma(s) with interrupter" 
 cPanelPhilHToday at 9:53 PM
 @LucasRolff (DramaQueen) i only hit 11K this week
 LucasRolff (DramaQueen)Today at 9:53 PM
 As long as your beer counter went up then it's ok
 ungleichToday at 9:54 PM
 Fair enough! In that case we will look into alternatives for these
 customers at the moment. If you are interested in actively pursuing
 it, we are open to helping you with infrastructure and knowledge -
 just give me a ping.

Updated by Nico Schottelius over 3 years ago · 3 revisions