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

Update zeronode_install.sh #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Selim-Wormrider
Copy link

@Selim-Wormrider Selim-Wormrider commented Mar 23, 2022

Replaced
Line19: "NODEIP=$(curl -s4 icanhazip.com)" - icanhazip.com ip service no longer working
with
Line19:"NODEIP=$(curl -s4 https://api.ipify.org)" - Similar service to previous but functioning

Question: in the "-s" curl option what is the purpose of using "s4" vs "s"? In my edit, I chose to use the "-s4" as opposed to the command as stated on the ipify.org documentation.

Replaced 
  Line19: "NODEIP=$(curl -s4 icanhazip.com)"  - icanhazip.com ip service no longer working
with
  Line19:"NODEIP=$(curl -s4 https://api.ipify.org)" - Similar service to previous but functioning
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

Successfully merging this pull request may close these issues.

1 participant