mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Diagnostics: use localhost as default DNS server if user doesn't define their corresponding parameter
This commit is contained in:
parent
61aa766c30
commit
cafff6c310
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ nslookup_launch() {
|
|||
return
|
||||
}
|
||||
|
||||
[ -z "${dnsserver}" ] && dnsserver="127.0.0.1"
|
||||
|
||||
i=0
|
||||
|
||||
while [ $i -lt "${cnt}" ]; do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue