Skip to content

Incorrect URL for liveness check? #151

@evolutionxbox

Description

@evolutionxbox

Mentioned in the README

icanhasip.com is used to see if there is an internet connection

and it's implementation here:

exec_async( `${ path_fix } curl icanhasip.com &> /dev/null` ).then( () => true ).catch( () => false ),

May this be changed?

The URL is not https, and according to https://radar.cloudflare.com/scan/d203c57e-b08e-4831-b278-68419aaf8bac/dom it doesn't seem to show anything of worth.

May this be changed to use https://icanhazip.com instead? Not only is it now owned by cloudflare, but it actually shows something useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions