Skip to content

Refactor IP address validation#214

Merged
jadolg merged 1 commit intomasterfrom
simplify-ip-checks
Mar 30, 2026
Merged

Refactor IP address validation#214
jadolg merged 1 commit intomasterfrom
simplify-ip-checks

Conversation

@jadolg
Copy link
Copy Markdown
Owner

@jadolg jadolg commented Mar 30, 2026

Use net.ParseIP and isPrivateIP for more robust IP validation. This change consolidates IP checking logic and removes the redundant parseIPRange function.

Use net.ParseIP and isPrivateIP for more robust IP validation. This
change consolidates IP checking logic and removes the redundant
parseIPRange function.
@jadolg jadolg changed the title Refactor IP address validation in validation.go Refactor IP address validation Mar 30, 2026
@jadolg jadolg merged commit ee1ff39 into master Mar 30, 2026
8 checks passed
@jadolg jadolg deleted the simplify-ip-checks branch March 30, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant