.. |
test
|
Add continuous domain test script
|
2021-01-25 17:11:58 +01:00 |
api.go
|
Clear DNS cache when DNS resolver config changes in any way
|
2022-03-30 16:21:44 +02:00 |
block-detection.go
|
Fix tests and linters
|
2022-02-02 12:48:42 +01:00 |
compat.go
|
Add workaround for resolver/compat integration
|
2021-11-29 16:13:08 +01:00 |
config.go
|
Suggest using stale DNS cache when queries are slow
|
2023-04-24 13:13:24 +02:00 |
doc.go
|
Update Go, deps and linter
|
2022-08-30 16:13:26 +02:00 |
ipinfo.go
|
Fix tests and linters
|
2022-02-02 12:48:42 +01:00 |
ipinfo_test.go
|
Fix tests and linters
|
2022-02-02 12:48:42 +01:00 |
main.go
|
Suggest using stale DNS cache when queries are slow
|
2023-04-24 13:13:24 +02:00 |
main_test.go
|
Fix tests and linters
|
2022-02-02 12:48:42 +01:00 |
metrics.go
|
Suggest using stale DNS cache when queries are slow
|
2023-04-24 13:13:24 +02:00 |
namerecord.go
|
Clear DNS cache when DNS resolver config changes in any way
|
2022-03-30 16:21:44 +02:00 |
namerecord_test.go
|
Fix tests and linters
|
2022-02-02 12:48:42 +01:00 |
resolve.go
|
Merge pull request #1183 from safing/feature/use-stale-dns-cache-and-update-server-flag
|
2023-04-21 15:33:54 +02:00 |
resolver-env.go
|
Force resolvers to reconnect after connecting to SPN
|
2023-01-30 11:33:03 +01:00 |
resolver-https.go
|
Suggest using stale DNS cache when queries are slow
|
2023-04-24 13:13:24 +02:00 |
resolver-mdns.go
|
Force resolvers to reconnect after connecting to SPN
|
2023-01-30 11:33:03 +01:00 |
resolver-plain.go
|
Suggest using stale DNS cache when queries are slow
|
2023-04-24 13:13:24 +02:00 |
resolver-tcp.go
|
Suggest using stale DNS cache when queries are slow
|
2023-04-24 13:13:24 +02:00 |
resolver.go
|
Force resolvers to reconnect after connecting to SPN
|
2023-01-30 11:33:03 +01:00 |
resolver_test.go
|
Fix multicast detection on ended connections as well as some linter errors
|
2022-06-01 13:45:13 +02:00 |
resolvers.go
|
Add resolvers in device's network to LAN resolvers
|
2023-01-30 11:33:54 +01:00 |
resolvers_test.go
|
Improve search scope validation and add configuration support
|
2022-03-16 10:29:33 +01:00 |
reverse.go
|
Fix tests and linters
|
2022-02-02 12:48:42 +01:00 |
reverse_test.go
|
Fix tests and linters
|
2022-02-02 12:48:42 +01:00 |
rr_context.go
|
Use separate DNSRequestContext struct for adding DNS context to connections
|
2021-10-19 10:25:49 +02:00 |
rrcache.go
|
Add config option to always use stale DNS cache entries
|
2023-04-20 12:52:42 +02:00 |
rrcache_test.go
|
Fix tests and linters
|
2022-02-02 12:48:42 +01:00 |
scopes.go
|
Send DNS queries to special domain only to local resolvers
|
2023-01-30 11:35:47 +01:00 |