diff options
Diffstat (limited to 'introspection/nm-ip4-config.xml')
| -rw-r--r-- | introspection/nm-ip4-config.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/introspection/nm-ip4-config.xml b/introspection/nm-ip4-config.xml index 98076534..5a9e8ea1 100644 --- a/introspection/nm-ip4-config.xml +++ b/introspection/nm-ip4-config.xml @@ -49,6 +49,13 @@ <property name="Searches" type="as" access="read"> <tp:docstring>A list of dns searches.</tp:docstring> </property> + <property name="DnsOptions" type="as" access="read"> + <tp:docstring> + A list of DNS options that modify the behavior of the DNS + resolver. See resolv.conf(5) manual page for the list of + supported options. + </tp:docstring> + </property> <property name="WinsServers" type="au" access="read"> <tp:docstring>The Windows Internet Name Service servers associated with the connection. Each address is in network byte order.</tp:docstring> </property> |