-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Script does not work when seeip.org is unreachable #1241
Comments
Senin sorunu |
The curl is trying indefinitely to hit ip.seeip.org, so in this case you can't access to the options for creating new vpn clients. This happens only when i pass env vars in my shell before:
Regards, |
Can you solve my problem? or give me some ideas? https://github.com/angristan/openvpn-install/issues/1242 |
I did a PR fixing it #1243. Please @angristan, could you put your eyes on it? Now the script isn't working because 'ip.seeip.org' is unreachable now. |
I have the same issue. My Terraform template that uses the Angristan shell script does not work anymore and it hangs when the script trying to connect to ip.seeip.org. |
The PR that I mentioned fix it!! Let's await some maintainer to put your eyes on it! @fmuscetra, if you REALLY need it now, and you can't await the PR reviewing, you can use my fork temporarily! |
I submit a PR for this problem. refer to this: |
… (#1243) The script does work when seeip.org is unreachable, so I changed the policy to define the public IP. It solves the issue #1241 * Timeout limit on each try to solve the IP to avoid long waits; * Extra public IP providers as failovers; * the script only will try to solve an IP if the ENDPOINT is empty; Co-authored-by: Stanislas <[email protected]>
It does a curl to ip.seeip.org . When seeip.org is down or unreachable it dos not work. I think it will tell something like "unable to get the public ip" or anything else.
I thin the concerned lines are:
Regards
The text was updated successfully, but these errors were encountered: