Added the split-dns config option.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-02-01 18:59:50 +01:00
parent 311d5ddd20
commit 91ceefb1f3
4 changed files with 21 additions and 1 deletions

View File

@@ -184,6 +184,9 @@ struct cfg_st {
char **custom_header;
unsigned custom_header_size;;
char **split_dns;
unsigned split_dns_size;;
char* socket_file_prefix;
time_t cookie_validity; /* in seconds */
time_t min_reauth_time; /* after a failed auth, how soon one can reauthenticate -> in seconds */