aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cfgable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r--src/tool_cfgable.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h
index a12bdcd32..07355b8f4 100644
--- a/src/tool_cfgable.h
+++ b/src/tool_cfgable.h
@@ -66,6 +66,10 @@ struct Configurable {
char *range;
long low_speed_limit;
long low_speed_time;
+ char* dns_servers; /* dot notation: 1.1.1.1;2.2.2.2 */
+ char* dns_interface; /* interface name */
+ char* dns_ipv4_addr; /* dot notation */
+ char* dns_ipv6_addr; /* dot notation */
int showerror; /* -1 == unset, default => show errors
0 => -s is used to NOT show errors
1 => -S has been used to show errors */
@@ -214,4 +218,3 @@ struct Configurable {
void free_config_fields(struct Configurable *config);
#endif /* HEADER_CURL_TOOL_CFGABLE_H */
-