jpillora / ipfilter

A package for IP Filtering in Go (golang)
MIT License
387 stars 47 forks source link

Added support for gRPC interceptors #39

Closed scanoss-cs closed 1 year ago

scanoss-cs commented 1 year ago

I've added support for filtering gRPC requests. Both Stream and Unary. I've also updated the test suite to provide more coverage. My IDE ran gofmt when saving, so it reformatted the code/comments also.

jpillora commented 1 year ago

Hey thank you for your work, though unfortunately I would unable to maintain this PR so I think it would be better suited in a new repo which depends on ipfilter

maybe ‘scanoss/grpc-ipfilter’ ?