Open AKHACKER-program4hack opened 3 years ago
Is domain name resolution the part that is not working, or is the whole internet connectivity broken?
(Try connecting to an explicit IP address.)
I Tried to use curl with ip address and its working fine its giving result with my local web server and online server if i use ip address.you are right it's DNS problem in it.
Tell me how to fix this.
I will be very Thankful to you.
i have this in my /etc/resolv.conf file
nameserver 8.8.8.8
nameserver 8.8.4.4
I can't say I understand how Darling's resolver is implemented (darling-resolver calls into libresolv... or something), but from where I stand, it should be calling native glibc's APIs; then everything would just work (or not work) the same as it does on the host.
I can't say I understand how Darling's resolver is implemented (darling-resolver calls into libresolv... or something), but from where I stand, it should be calling native glibc's APIs; then everything would just work (or not work) the same as it does on the host.
please give me solution. plz..
darling-resolver
i am not understanding what i will do
i have the same issue , this was caused by default curl installed with darling . curl is not allowing us to connect to a domain name only ip addresses are accepted. so i remove the default curl and copy the linux curl to /usr/bin of darling environment
Problem I am using Darling and when i use
pip3
to install some packages it gives me error.Command
pip3 install flask
Output
I have also tried using curl to check internet but again not working.
Command
curl ipinfo.io
Output
curl: (28) Resolving timed out after 300106 milliseconds
System Information I am using parrot os with kernel version 5.5.0
Kernel: 5.5.0-1parrot1-amd64 x86_64