Changed the IP checking service for "check-vpn" #68

Merged
gloof11 merged 2 commits from fix-surfshark-check-vpn into master 2024-09-24 10:06:54 -03:00

2 Commits

Author SHA1 Message Date
gloof11
3ff04b8448 Added multiple IP checker endpoints
The logic for getting the IP address is not within the
"find_available_ip_endpoint" function in order to allow for proper error
handling. If "send_error_message" were called in the function, the
script would exit with no indication as to why.
2024-06-21 20:13:32 +09:00
gloof11
3a7dbab35c Changed the IP checking service for "check-vpn"
The original "check-vpn" used an endpoint that is no longer online.
FIX: Replace the endpoint with ipinfo.io, a currently active service
2024-06-21 00:27:22 +09:00