Linux install bug

Seems that install server is now not working:
root@DietPi:/var/log# curl -s https://install.zerotier.com | sudo bash
bash: line 1: syntax error near unexpected token (' bash: line 1: response 404 (backend NotFound), service rules for [ / ] non-existent ’

root@DietPi:~# curl -s https://install.zerotier.com/
response 404 (backend NotFound), service rules for [ / ] non-existent

And i can’t proceed forward.

Peter

That’s strange… when i’m using same link on Safari macOS it downloads file…

I’m not seeing that. Is it still doing it for you?

Something is caching DNS information far too long. That server moved to a new IP last week. Reboot and/or flush your DNS cache

This is on one device:

root@orangepizero:~# nslookup install[.]zerotier[.]com
Server: 192.168.0.1
Address: 192.168.0.1#53

Non-authoritative answer:
Name: install[.]zerotier[.]com
Address: 34.95.110.199
Name: install[.]zerotier[.]com
Address: 2600:1901:0:6e1::

And here is with other DNS server:
root@orangepizero:~# nslookup install[.]zerotier[.]com 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53

Non-authoritative answer:
Name: install[.]zerotier[.]com
Address: 35.244.247.201
Name: install[.]zerotier[.]com
Address: 2600:1901:0:ab1b::

And another one:
root@orangepizero:~# nslookup install[.]zerotier[.]com 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53

Non-authoritative answer:
Name: install[.]zerotier[.]com
Address: 35.244.247.201
Name: install[.]zerotier[.]com
Address: 2600:1901:0:ab1b::

So yes - probably mine DNS resolver holds old information. But it’s using upstream information from ISP DNS.

This is not a bug on our end, nor anything we can do anything about. Your DNS server at 192.168.0.1 is caching and serving outdated information.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.