Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP Wrappers or IP address filtering? #10

Open
pataquets opened this issue Jun 9, 2017 · 1 comment
Open

TCP Wrappers or IP address filtering? #10

pataquets opened this issue Jun 9, 2017 · 1 comment

Comments

@pataquets
Copy link

I would like to have some sort of mechanism to filter/drop connections based on black/white lists.
I'm fine (actually I prefer) with being able to do it via TCP Wrappers, since I understand it could not be considered a 'core' feature.
I've followed http://www.ducea.com/2006/07/02/how-to-find-out-if-a-daemon-was-build-with-tcp-wrappers-support-hostsallowhostsdeny/ and looks like it's not linked. I'm not deep in Golang to know if linking against libwrap is even possible.

@simkim
Copy link
Owner

simkim commented Jul 30, 2017

Hi @pataquets.

Thanks for considering my program. Sorry for the response delay.

I havn't found any libwrap module. Even if there was, I'm not sure if it could be compatible.

Maybe you could directly use netfilter/iptables

Regards

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

No branches or pull requests

2 participants