Deploying AniNIX service for getting IPs
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/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
|
||||||
|
|||||||
Reference in New Issue
Block a user