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

Feature request: ipleak.net checks #1740

Open
qdm12 opened this issue Jul 9, 2023 · 4 comments
Open

Feature request: ipleak.net checks #1740

qdm12 opened this issue Jul 9, 2023 · 4 comments

Comments

@qdm12
Copy link
Owner

qdm12 commented Jul 9, 2023

What's the feature 🧐

  • Check for IP with ipleak.net
  • Check for DNS leak with curl https://[session]-[random].ipleak.net/dnsdetection/

Extra information and references

No response

@CyberAustin
Copy link

I tried to start on this, but it looks like they're API is down? Just gives an "unable to resolve" error. Maybe I'm doing something wrong? Example URL: https://86f7e437faa5a7fce15d1ddcb9eaeaea377667b8-abcd.ipleak.net/dnsdetection

@qdm12
Copy link
Owner Author

qdm12 commented Jul 18, 2023

Sorry that issue was really quickly written without a more in depth explanation of that i expect...

Check for IP with ipleak.net

This can be added to the internal/publicip package

Check for DNS leak with curl https://[session]-[random].ipleak.net/dnsdetection/

This should be coded in a new package like internal/dns/detection, and the code should check it once the VPN and DNS over TLS is setup. I would suggest to wait for #1742 to be merged before doing it, since it simplifies a lot of the dns code.

@qdm12
Copy link
Owner Author

qdm12 commented Jul 18, 2023

Also the curl command was taken from https://www.reddit.com/r/linuxquestions/comments/7po3qd/comment/jaike17/?utm_source=share&utm_medium=web2x&context=3 I didn't test it yet to be honest 😄

@Tanchwa
Copy link

Tanchwa commented Dec 31, 2023

I've tried that one before, I don't know if it's just an old API or what but it just keeps returning empty arrays for me

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

3 participants