1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-03 20:16:32 +00:00

New option ai-v4mapped

This commit is contained in:
Gerhard Rieger 2023-11-05 16:29:58 +01:00
parent 277f0d755d
commit b14e65c42a
11 changed files with 27 additions and 18 deletions

View file

@ -72,7 +72,6 @@ int xioinitialize(void) {
{
const char *default_ip;
// xioparms.default_ip = WITH_DEFAULT_IPV;
default_ip = getenv("SOCAT_DEFAULT_LISTEN_IP");
if (default_ip != NULL) {
switch (default_ip[0]) {
@ -89,7 +88,6 @@ int xioinitialize(void) {
{
const char *preferred_ip;
// xioparms.preferred_ip = WITH_DEFAULT_IPV;
preferred_ip = getenv("SOCAT_PREFERRED_RESOLVE_IP");
if (preferred_ip != NULL) {
switch (preferred_ip[0]) {