Verse.NET
Verse.NET copied to clipboard
提交一处bug
public static string GetLocalIPv4(NetworkInterfaceType _type)
{
// Checks your IP adress from the local network connected to a gateway. This to avoid issues with double network cards
string output = ""; // default output
改成 string output = "0.0.0.0"; // default output