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
We use clasp and clasp uses is-reachable. clasp has started failing on our corporate network because is-reachable is returning false for specific domains.
I don't know TypeScript or how any of this code works.
I am trying to understand exactly how is-reachable works -- how does it determine if a host is reachable or not -- so I can have our IT guys fix it on our end.
The text was updated successfully, but these errors were encountered:
We use
clasp
andclasp
usesis-reachable
.clasp
has started failing on our corporate network becauseis-reachable
is returning false for specific domains.I don't know TypeScript or how any of this code works.
I am trying to understand exactly how
is-reachable
works -- how does it determine if a host is reachable or not -- so I can have our IT guys fix it on our end.The text was updated successfully, but these errors were encountered: