Function libzt::zts_dns_set_server[][src]

pub unsafe extern "C" fn zts_dns_set_server(
    index: u8,
    addr: *const zts_ip_addr
) -> c_int
Expand description

Initialize one of the DNS servers.

@param index the index of the DNS server to set must be < DNS_MAX_SERVERS @param addr IP address of the DNS server to set