1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:36:47 +02:00

add option to specify DNSservers path

This commit is contained in:
Jfreegman
2014-08-12 19:13:57 -04:00
parent a318bdb034
commit 35cc815cdb
3 changed files with 16 additions and 5 deletions

View File

@ -77,6 +77,7 @@ struct arg_opts {
int default_locale;
int use_custom_data;
int no_connect;
char dns_path[MAX_STR_SIZE];
char config_path[MAX_STR_SIZE];
char nodes_path[MAX_STR_SIZE];
};