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

Add a command-line option to allow destinations by domain name #193

Open
SpecLad opened this issue Jun 25, 2023 · 1 comment
Open

Add a command-line option to allow destinations by domain name #193

SpecLad opened this issue Jun 25, 2023 · 1 comment

Comments

@SpecLad
Copy link

SpecLad commented Jun 25, 2023

Currently it seems like the only options to allow internal destinations are by IP address range --allow-range or by IP address (--allow-address). It would be useful if I could allow specific domain names as well (e.g. --allow-domain=my-server, or --allow-domain=*.my-domain.com).

It seems that this is already possible with an ACL file, but it would be nice to be able to set this via command-line options too.

@SpecLad
Copy link
Author

SpecLad commented Jun 27, 2023

It seems that this is already possible with an ACL file

On further examination, allowing a domain name through an ACL file does not exempt them from the IP range check. What I'm looking for is the ability to allow a domain name regardless of which address it resolves to.

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

1 participant