-
Notifications
You must be signed in to change notification settings - Fork 824
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
Allow passing explicit flags for --net #5280
Comments
when doing these
may need to be explicit with both ipv4 & ipv6 bindings - it's frustrating as a user and the OS doesn't do the expected thing and expose the port on both stacks and only does the ipv6 stack... It's next level accepting domains, does that open up to unintended consequences though? |
Good point, we should accept IPv6 as well (not only IPv4) |
For my primary use case I want to reject RFC1918. Which would actually be a deny list, not an accept list. I think there's valid use cases for both. For example, if I was doing domain level filtering, an accept list would be perfect. |
At what layer would domain filtering happen. For example, I would not expect wasmer to ever to do reverse DNS that would reject an IP because example.com resolves to that IP. |
We should allow having things like:
Example:
Note:
The text was updated successfully, but these errors were encountered: