支持局域网IPV6

This commit is contained in:
snltty
2024-08-19 12:00:49 +08:00
parent 26034bde71
commit 761e323c91
13 changed files with 48 additions and 47 deletions

View File

@@ -95,7 +95,7 @@ namespace linker.tunnel
}
tunnelAdapter.SetTunnelTransports(transportItems, true);
LoggerHelper.Instance.Warning($"load tunnel transport:{string.Join(",", transports.Select(c => c.Name))}");
LoggerHelper.Instance.Info($"load tunnel transport:{string.Join(",", transports.Select(c => c.Name))}");
}