wtfismyip script added
All checks were successful
build / build (push) Successful in 10s

Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
Roger Sikorski 2023-08-07 18:17:33 +02:00
parent d2823d3241
commit e21d286cb0
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4
2 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,6 @@
FROM alpine:latest
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl
apk add --no-cache nano mc micro rsync ncdu git curl
ADD ./bin/ /usr/local/bin

3
bin/wtfismyip Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
curl https://ipv4.wtfismyip.com/text
curl https://ipv6.wtfismyip.com/text