mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 01:11:38 -05:00
[GH-ISSUE #1503] Feature Request: Add HostChecker Support for Client Security Validation #1931
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lordraiden on GitHub (Sep 20, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1503
First of all, thank you for your great work on Pangolin — it's an impressive project and a valuable tool for secure networking.
I'd like to propose a feature enhancement: support for HostChecker capabilities to validate client security posture before granting access.
Motivation
In many enterprise environments, it's critical to ensure that connecting clients meet certain security requirements (e.g., antivirus running, disk encryption enabled, OS version compliant, etc.) before allowing access to internal resources. This is commonly achieved through a host checker mechanism.
Adding host checker support to Pangolin would:
Suggested Implementation
While implementation details may vary, the general idea would be:
Use Cases
Would love to hear your thoughts on this. Happy to help with testing or contributing if this is something you'd consider adding.
@oschwartz10612 commented on GitHub (Sep 20, 2025):
Thanks for the feature request! Going to move to a discussion so people can track and up vote