You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to access https://packagecontrol.io I ran into occasional timeouts.
After some digging around (pun intended) I noticed that e.g. the google DNS (8.8.8.8) returns two different IPv4 addresses for packagecontrol.io.
One points to the website I'm expecting the other one results in timeouts on port 443 and a HTTP "forbidden" on port 80.
I noticed that after restarting our primary DNS server and flushing its caches.
If that is a regional thing: I was doing the DNS queries from Germany
The working DNS entry:
; <<>> DiG 9.16.21 <<>> @8.8.8.8 packagecontrol.io
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10320
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;packagecontrol.io. IN A
;; ANSWER SECTION:
packagecontrol.io. 266 IN A 50.116.34.243
;; Query time: 6 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Oct 15 14:01:07 CEST 2021
;; MSG SIZE rcvd: 62
The DNS entry that leads to some (probably unintended server):
; <<>> DiG 9.16.21 <<>> @8.8.8.8 packagecontrol.io
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4324
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;packagecontrol.io. IN A
;; ANSWER SECTION:
packagecontrol.io. 484 IN A 99.83.154.118
;; Query time: 6 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Oct 15 14:01:07 CEST 2021
;; MSG SIZE rcvd: 62
```
The text was updated successfully, but these errors were encountered:
When trying to access https://packagecontrol.io I ran into occasional timeouts.
After some digging around (pun intended) I noticed that e.g. the google DNS (8.8.8.8) returns two different IPv4 addresses for packagecontrol.io.
One points to the website I'm expecting the other one results in timeouts on port 443 and a HTTP "forbidden" on port 80.
I noticed that after restarting our primary DNS server and flushing its caches.
If that is a regional thing: I was doing the DNS queries from Germany
The working DNS entry:
The DNS entry that leads to some (probably unintended server):
The text was updated successfully, but these errors were encountered: