Does serv00 blocked access to certain website? or is there a trouble with the network? since sometimes it works fine.
i'm using node js and i got AggregateError sometime which consist of multiple ENETUNREACH error. below is the error snippet
Error: connect ENETUNREACH 188.114.96.11:443 - Local (0.0.0.0:0)
at internalConnectMultiple (node:net:1173:40)
at internalConnectMultiple (node:net:1174:5)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
at GetAddrInfoReqWrap.emitLookup [as callback] (node:net:1507:7)
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:130:8) {
errno: -51,
code: 'ENETUNREACH',
syscall: 'connect',
address: '188.114.96.11',
port: 443
}