wtfismyip script added #3

Merged
RogerSik merged 1 commits from feature/wtfismyip-script-added into main 2023-08-07 18:41:32 +02:00
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