Skip to content

Initial address resolution should not fail fatally #7

@dsnet

Description

@dsnet

In this logic:

t.log.Fatalf("error resolving address: %v", err)

We try to resolve the remote address at start-up. However, if the network is not initialized yet, then it is possible that this returns an error and the daemon fails fatally early on. This should be more graceful where it still continues into its tunneling logic (even if the remote endpoint is unknown) and defer proper resolution until later.

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