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

Check firewall and ipv6 #11

Closed
gurabli opened this issue Nov 4, 2018 · 1 comment
Closed

Check firewall and ipv6 #11

gurabli opened this issue Nov 4, 2018 · 1 comment

Comments

@gurabli
Copy link

gurabli commented Nov 4, 2018

How can I make sure that the firewall rules are correct (like the killswitch)?
For example, can I stop/kill the vpn service inside the container (if yes, how, don't know on Alpine).

How can I check the DNS server being used and to check for DNS leak?

Do you disable ipv6 completely?

Many thanks!

@qdm12
Copy link
Owner

qdm12 commented Nov 4, 2018

  1. You can try with --entrypoint=/bin/sh and then test which ports are opened, launch openvpn manually etc. Maybe you can remove the entrypoint line from the Dockerfile and build the image if this doesn't work.
  2. Same as 1. and probably some Googleing!
  3. I think so, it's disabled on unbound.conf (dns) so there can't be any IPv6 resolved. I may add ipv6 later on but it's a lot of troubles oddly.

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