Skip to content

Excessive "Hostname not found" in logs for Trusted IPs #810

@mikep11

Description

@mikep11

The server log is full of "Hostname not found" messages. The IP addresses are trusted IPs.

Recommend three possible fixes:

1: Change the "Trusted IPs" configuration from a json array to a json dict with hostname labels.

Example: "trusted_ips": {"192.168.0.15": "Alice's Computer", "172.0.0.10": "Bob's Computer", "192.168.1.0/8": "Developer Network"]

  1. Add a new property "Known IPs" that is a json dict with hostname labels.

  2. Both 1 and 2 (to cover ips not in trusted_ips.

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