mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Fix
parent
0c6b9083f7
commit
abb581071e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ logread -l 100 | grep dnsmasq
|
|||
```
|
||||
|
||||
### Ensure NTP (Network Time Protocol) can work without DNS
|
||||
Accurate date/time is required for certificate validation, this is especially important for devices without a battery-backed RTC (Real Time Clock). An incorrect date/time may cause the DNS handshake to fail. This produces a "chicken and egg" situation where DNS queries cannot be resolved until an NTP server is accessed, but it can't because the NTP server hostname cannot be resolved through DNS. One simple solution is to add some IP addresses of well-established NTP servers so that DNS is not required at all.
|
||||
Accurate date/time is required for certificate validation, this is especially important for devices without a battery-backed RTC (Real Time Clock). An incorrect date/time may cause the server handshake to fail. This produces a "chicken and egg" situation where DNS queries cannot be resolved until an NTP server is accessed, but it can't because the NTP server hostname cannot be resolved through DNS. One simple solution is to add some IP addresses of well-established NTP servers so that DNS is not required at all.
|
||||
|
||||
In `/etc/config/system` > `config timeserver 'ntp'`, add these entries:
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue