So I have a bot on Python that check some data in the cycle. There is a public IP check at the start of the code:
ip = get('https://api.ipify.org').text
I need to check if the public IP was changed by any means (e.g. VPN) in the beginning of every cycle WITHOUT external request. Is it possible by any way?