Skip to content

提交一处bug #34

Description

@diybl
    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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions