How to let nslookup use the system dns? #4811
-
|
Hi, I saw the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Unfortunately, some packages use the system DNS, and some packages use Could you describe which package you want to use the system DNS, if it is a specific package, and I could try to check if it currently is or not? |
Beta Was this translation helpful? Give feedback.
-
|
Alright. Found it in termux/termux-packages#1174. |
Beta Was this translation helpful? Give feedback.
I see, unfortunately, the normal
nslookupfrom thednsutilspackage does use the/data/data/com.termux/file/usr/etc/resolv.confand not the system DNS,however, I found online this other program, which is a different
nslookup, and it looks to me like this one uses system DNS and not/data/data/com.termux/file/usr/etc/resolv.conf.does this help you?