Error in IP check
Open
- 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.