Closed normcyr closed 7 years ago
I've modified the command to get the WAN IP so it uses wget instead of dig which may require users to install dnsutils (not installed by default in Debian, at least). This option may be better. What do you think?
wget
dig
dnsutils
I guess you noticed the issue before me. Please ignore this.
Well, catch a glimpse of the other PR #2, this is all already set 😜
I've modified the command to get the WAN IP so it uses
wget
instead ofdig
which may require users to installdnsutils
(not installed by default in Debian, at least). This option may be better. What do you think?