blocky/e2e
ThinkChaos a2ab7c3ef1
feat: allow hosts file resolver to use a HTTP(S) link or inline block (#884)
Unify the hosts file parsing between the hosts resolver and lists so
the resolver supports more data sources than local files.

Lists' group cache is now re-used if refresh fails.

Also improve lookups in hosts:
Instead of iterating through all hosts+aliases for each A/AAAA query,
we can do a single lookup.
For PTR we search through only the hosts with an IP version that matches
the question. And compare IPs instead of building the reverse DNS name
for each IP in the hosts database.
2023-03-06 19:32:41 -05:00
..
basic_test.go Test refactoring (#798) 2022-12-29 14:58:25 +01:00
blocking_test.go feat: allow hosts file resolver to use a HTTP(S) link or inline block (#884) 2023-03-06 19:32:41 -05:00
containers.go Added gofumpt (#805) 2022-12-26 22:11:45 +01:00
e2e_suite_test.go build(tests): e2e integration tests with docker and testcontainers (#753) 2022-11-24 21:54:52 +01:00
metrics_test.go Workflow changes (#857) 2023-02-07 14:00:53 +01:00
querylog_test.go Test refactoring (#798) 2022-12-29 14:58:25 +01:00
redis_test.go Workflow changes (#857) 2023-02-07 14:00:53 +01:00
upstream_test.go Test refactoring (#798) 2022-12-29 14:58:25 +01:00