other_dns_servers Property

Other DNS servers configured for the host machine.

Syntax

def get_other_dns_servers() -> str: ...

other_dns_servers = property(get_other_dns_servers, None)

Default Value

""

Remarks

This property contains a space-separated list of DNS servers configured for the host machine. Note that the primary server is provided in the dns_server property.

NOTE: This functionality is only available in Windows.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]