Network Time Security support #2813
Replies: 6 comments 1 reply
-
(I am not an AdG developer..) Are you looking for AdG Home to sync w/ an nts server or be an nts server? https://fedoramagazine.org/secure-ntp-with-nts/ I saw this the other day and wanted to see about setting up my own nts server for internal use.. |
Beta Was this translation helpful? Give feedback.
-
Synchronization with NTS is what I am looking for. I think it needs to happen over port 1234, at least for time.cloudflare.com. For me, AdGuard Home does not utilize local time zone set in Raspberry Pi 2 configuration. Therefore, even if I could get NTS working with Raspberry Pi 2, it would have no effect on AdGuard Home time. That is why I ask to have NTS directly implemented in AdGuard Home. It can provide secure time synchronization. |
Beta Was this translation helpful? Give feedback.
-
if you can get into your pi on the command line.. vi /etc/profile (and add I put it at the top, but that's me..) vi /etc/environment or whatever your tz is.. Save, reboot.. see if that deals with sounds like log information.. https://blog.packagecloud.io/eng/2017/02/21/set-environment-variable-save-thousands-of-system-calls/ I've had tons of issues with $whatever b/c TZ wasn't set.. my 0.02; ymmv ` /etc/profileexport TZ='America/New_York' Set our umaskumask 022 Append our default pathsappendpath () { 984bce@arch0069-984bce /o/traefik> head /etc/environment TZ='America/New_York' ` |
Beta Was this translation helpful? Give feedback.
-
Hm, well, but it should. We don't do anything specific with time zones, just use Golang's |
Beta Was this translation helpful? Give feedback.
-
Raspberry Pi 2 always specifies 2 time zones - UTC and Local. Both are correct on my system, but AdGuard Home selects UTC time as the default one, regardless of the log setting. |
Beta Was this translation helpful? Give feedback.
-
This has never been resolved for me. My RP always had correct UTC (sudo date -u) and correct local time (sudo date), always synchronized, but AGH log always used UTC instead of local time. |
Beta Was this translation helpful? Give feedback.
-
Prerequisites
Problem Description
Network Time Protocol (NTP) amplification attacks are a reality and there is no reason not to use newer Network Time Security (NTS) from providers like Cloudflare. The problem is that most devices do not support NTS. AdGuard Home can distinguish itself by being one of the first tools to support NTS.
Proposed Solution
Provide support for Network Time Security (NTS) and a list of providers that support NTS.
Beta Was this translation helpful? Give feedback.
All reactions