Added an opt-in to looking up own IP-Address

This commit is contained in:
Slatian
2024-04-21 00:00:04 +02:00
parent 1a973e09a0
commit 13cb85ac5a
5 changed files with 48 additions and 9 deletions

View File

@ -17,6 +17,7 @@ pub struct QuerySettings {
pub lang: String,
pub available_dns_resolvers: Vec<Selectable>,
pub dns_resolver_id: Arc<str>,
pub dns_disable_self_lookup: bool,
}
#[derive(Deserialize, Serialize, Clone)]