SRTT only on address not upstream? #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(thank you for all your attention)
1 -
[upstream] and address seems to work with multiple endpoints:
numa.toml example file:
also numa.toml example file:
doing an:
upstream = "tls://9.9.9.9:853#dns.quad9.net" , "tls://149.112.112.112:853#dns.quad9.net"
or
upstream = [ "tls://9.9.9.9:853#dns.quad9.net" , "tls://149.112.112.112:853#dns.quad9.net" ]
(assuming that the bootstrap'ing is not the problem)
2 -
(I also have these disabled while I'm working through the features and syntax)
is that possible problem?
It didn't seem to be..
dot I disabled b/c I saw what looked like android devices auto discover the dot endpoint.. (need to test that more)
3 -
[Suggestion]
In the logs.. I cannot confirm that upstream and forwarding are going to different end points easily..
Possibly designate UPSTREAM (related to the [upstream] block) and FORWARD (related to the forwarding block)
4 -
Next block of spare time will be on zones.. possible wildcard support?
ie
time.onsite = A 10.20.30.40
pool.ntp.org = CNAME time.onsite
*.pool.ntp.org = CNAME time.onsite
(or someway to make that happen.. )
Thank you again for taking the time to read this.
also looks better; clearer