lmc999 / RegionRestrictionCheck

A bash script to check the status of your IP on various geo-restricted services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency check missed nslookup

lhc1988 opened this issue · comments

The command 'nslookup' is not installed On some minimal installation OS. So I got an error while running this script.


Netflix Preferred CDN: ->/dev/fd/63: line 1966: nslookup: command not found

Please advise the exact OS where you encounter this problem?

Cent OS 8.0 minimal

Cent OS 8.0 minimal

dnf -y install bind-utils
# or 
yum -y install bind-utils