Skip to content

Fix: Incomplete RFC 1918 check for 172.x.x.x in launcher #38

@hydraInsurgent

Description

@hydraInsurgent

TL;DR

The launcher's LAN IP detection matches all 172.x.x.x addresses, but only 172.16-31.x.x is private.

Current State

ip.StartsWith("172.") matches public IPs like 172.200.x.x, potentially showing a non-LAN URL.

Desired State

Only match the actual private range: 172.16.0.0 through 172.31.255.255.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority-lowNice to have, low urgency

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions