For a few hours now, I have been unable to access https://vercel.com or some of the websites that use vercel such as Hashnode.
ping on vercel.com gives
$ ping vercel.com
Pinging vercel.com [76.76.21.98] with 32 bytes of data:
Reply from 76.76.21.98: bytes=32 time=5ms TTL=247
Reply from 76.76.21.98: bytes=32 time=4ms TTL=247
Reply from 76.76.21.98: bytes=32 time=9ms TTL=247
Reply from 76.76.21.98: bytes=32 time=10ms TTL=247
Ping statistics for 76.76.21.98:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 4ms, Maximum = 10ms, Average = 7ms
and a tracert gives
$ tracert vercel.com
Tracing route to vercel.com [76.76.21.98]
over a maximum of 30 hops:
1 2 ms 2 ms 2 ms 192.168.1.1
2 5 ms 4 ms 3 ms 103.42.88.46
3 * * * Request timed out.
4 78 ms 37 ms 6 ms 10.250.250.33
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 4 ms 4 ms 5 ms 76.76.21.98
Any idea what I should do? My ISP is gstsoft.in

