From 52a35620af1597827a548b82e9ad18fdf276a78f Mon Sep 17 00:00:00 2001 From: Abhineet Singh <81505757+rainbow-hue@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:55:16 +0530 Subject: [PATCH] Update function ip ipinfo has been giving issues so updated the function to curl https://whatismyip.akamai.com --- kali-anonsurf-deb-src/etc/init.d/anonsurf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kali-anonsurf-deb-src/etc/init.d/anonsurf b/kali-anonsurf-deb-src/etc/init.d/anonsurf index b1a0d0c..fdeee3b 100755 --- a/kali-anonsurf-deb-src/etc/init.d/anonsurf +++ b/kali-anonsurf-deb-src/etc/init.d/anonsurf @@ -113,7 +113,7 @@ function ip { echo -e "\nMy ip is:\n" sleep 1 - curl "https://ipinfo.io" # Had a few issues with FrozenBox giving me the wrong IP address + curl "https://whatismyip.akamai.com" # ipinfo blocks tor IPs after a while echo -e "\n\n----------------------------------------------------------------------" }