> Hello! > > Right now it is only possible to specify IP(v4) address for Carbon server > to use. > It leads to problems in mixed IPv4/IPv6 environments when some machines > have only IPv4, and others have only IPv6 address. > > Is it possible to modify carbon plugin to use hostname instead of IPv4 > address for carbon server and correctly select the appropriate IP (via > getaddinfo() for instance). > > Thanks! > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
Support should be added here: https://github.com/unbit/uwsgi/blob/master/plugins/carbon/carbon.c#L230 (and eventually in the resolver) You may want to open an issue on github, directly make a pull request, or push things faster by buying a ticket on unbit.com ;) -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
