llarp::DnsConfig
Public Functions
| Name | |
|---|---|
| void | defineConfigOptions(ConfigDefinition & conf, const ConfigGenParameters & params) |
Public Attributes
| Name | |
|---|---|
| bool | m_raw_dns |
| std::vector< SockAddr > | m_bind |
| std::vector< SockAddr > | m_upstreamDNS |
Public Functions Documentation
function defineConfigOptions
void defineConfigOptions(
ConfigDefinition & conf,
const ConfigGenParameters & params
)
Public Attributes Documentation
variable m_raw_dns
bool m_raw_dns;
variable m_bind
std::vector< SockAddr > m_bind;
variable m_upstreamDNS
std::vector< SockAddr > m_upstreamDNS;
Updated on 2026-04-01 at 23:35:39 +0000