Verse.NET icon indicating copy to clipboard operation
Verse.NET copied to clipboard

提交一处bug

Open diybl opened this issue 4 years ago • 0 comments

    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

diybl avatar Mar 14 '21 13:03 diybl