Update get-wanip.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
wanip="$(dig +short myip.opendns.com @resolver1.opendns.com)" >/dev/null 2>&1
|
||||
if [ "${wanip}" == "" ]; then
|
||||
|
||||
Reference in New Issue
Block a user