blocky
blocky copied to clipboard
Use default upstream resolvers as fallback for system DNS resolution
Name resolution for download links and DoH/DoT/Hostname resolvers should use one of default upstream resolver as fallback:
- if "bootstrapDns" is defined, use this. If resolution not successful, use 2 as fallback
- use default system DNS resolver, if the resolution is not successful, use 3 as fallback
- use one of default upstream resolvers (configuration in config.xml). Use only resolvers defined as IP address
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.
I think 1 and 2 were done as part of encrypted bootstrap: #485