mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
Block direct port access using rules #311
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 @imakecodes on GitHub (May 5, 2025).
Is there any possibility to block access to the ports based on the IP address attempting the connection? Or to follow a similar logic to what is already in place for domains and subdomains?
@oschwartz10612 commented on GitHub (May 5, 2025):
Are you talking about blocking to raw tcp or udp resources? Unfortunately that is not built in right now into the application and might be tough because we dont have the use of badger yet like we do for http.
@oschwartz10612 commented on GitHub (May 5, 2025):
I think we can keep this as a feature request. I will move to discussions so people can upvote.