-
-
Notifications
You must be signed in to change notification settings - Fork 9
wget.log: wget-at: unable to resolve host address 't.me' #17
Copy link
Copy link
Open
Description
The wget.log file is filled with the following entries:
wget-at: unable to resolve host address 't.me'
wget-at: unable to resolve host address 't.me'
wget-at: unable to resolve host address 't.me'
wget-at: unable to resolve host address 't.me'
wget-at: unable to resolve host address 't.me'
wget-at: unable to resolve host address 't.me'
If I understand correctly, this means that the DNS server is not responding.
Looks like the Quad9 DNS servers are hardcoded in:
Line 257 in 61ab68d
| '--dns-servers', '9.9.9.10,149.112.112.10,2620:fe::10,2620:fe::fe:10', |
I believe this makes the process way slower to archive telegram.
Maybe we can use other DNS servers such as 1.1.1.1
Also there maybe is a configuration to avoid resolving the IP address everytime and use a cached one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels