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

Replace IP check API (for VPN) with simple DNS query #53

Open
niklasbogensperger opened this issue Dec 16, 2021 · 0 comments
Open

Replace IP check API (for VPN) with simple DNS query #53

niklasbogensperger opened this issue Dec 16, 2021 · 0 comments
Labels
feature request New feature or request

Comments

@niklasbogensperger
Copy link
Collaborator

Think about using dig -4 +short TXT o-o.myaddr.l.google.com @ns3.google.com instead of icanhazip.com (if there are no issues with dns/https ip mismatches). Use this also in the shell script and pass the initial first ip (and maybe the vpn check toggle and other toggles) to python - i.e. vastly simplify the ip checker to just use dig once per loop, the apis appear to be way too unreliable.

@niklasbogensperger niklasbogensperger added the feature request New feature or request label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant