k4m4 / k4m4/onioff

Error in IP check

Open
#8 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
715
Forks
132
PR merge metrics
No merged PRs in 30d

Description

It seems like the URL used for checking connectivity to TOR (**https://locate.now.sh/ipinfo**) is unavailable at the moment, and as a result, onioff will exit with the error message _[-] Unsuccessfull Tor connection_. It's possible to substitute this address with **https://ipinfo.io/ip**, and the script will work again.

A quick workaround to change this permanently if you have onioff installed in /opt/onioff (as it is in Tsurugi Linux):
`sudo sed -i 's/locate\.now\.sh\/ip/ipinfo\.io\/ip/' /opt/onioff/onioff.py`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.