analysis-tools-dev / static-analysis

⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
https://analysis-tools.dev
MIT License
13.29k stars 1.35k forks source link

Link Checker Report #353

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

Link Checker

Errors were reported while checking the connectivity of links.

README.md
    ERROR   http://www.spinellis.gr/sw/ckjm/
        Lookup www.spinellis.gr on 168.63.129.16:53: read udp 172.17.0.2:52646->168.63.129.16:53: i/o timeout
    ERROR   https://appscreener.us
        Dialing to the given TCP address timed out
    ERROR   https://www.spinellis.gr/cscout/
        Lookup www.spinellis.gr on 168.63.129.16:53: read udp 172.17.0.2:52646->168.63.129.16:53: i/o timeout
mre commented 4 years ago

@dspinellis, any problems with your website lately? The curl from my machine worked. dig gives me 83.212.168.34 but it seems like the link checker above gets a different IP. Tested the site with https://www.uptrends.com/tools/uptime and got three errors (two of which were DNS errors from Paris and Bejing). It's just a hint but maybe something to look into. 😉

image