This commit is contained in:
2022-07-27 19:50:19 +01:00
parent 4f80179741
commit d09c735c04
4 changed files with 123 additions and 4 deletions

View File

@ -14,9 +14,6 @@ set_constants () {
VERSION=
}
################### shared functions below
get_myip () {
# dig not installed on alpine
#MYEXTERNALIP=$(dig +short myip.opendns.com @resolver1.opendns.com)
@ -33,4 +30,3 @@ get_myip () {
export MYFULLIP MYNETWORK MYIP MYEXTERNALIP
}
######