mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-14 19:47:05 +00:00
fdde6d87a0
- instead of "borrowing" the configured proxy from the fetchHttp bean, use proxy values defined via global options, to avoid interference with other jobs running in parallel (or at least make them explicit). The "fetchHttp" bean also uses these settings, if no bean specific settings are used. - remove the "enableDnsOverHttpResolves", and rely on a non-empty "dnsOverHttpServer" value to signal that DoH should be used.