From e6e01211ec2af60d6d853cda232e737dd5a7f2f1 Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Fri, 5 Nov 2021 15:54:42 -0500 Subject: [PATCH] Deploying AniNIX service for getting IPs --- UserScripts/whatismyip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UserScripts/whatismyip b/UserScripts/whatismyip index 7ee9504..45eded5 100755 --- a/UserScripts/whatismyip +++ b/UserScripts/whatismyip @@ -1,2 +1,3 @@ #!/bin/bash -timeout 5 /usr/bin/elinks --dump whatismyipaddress.com | grep '/ip/' | head -n 1 | cut -f 5 -d '/' +timeout 5 curl https://aninix.net/whatismyip +echo