Add a left/rightdns keyword to configure connection specific DNS attributes

This commit is contained in:
Martin Willi
2012-08-21 09:38:00 +02:00
parent f26796deb5
commit 17319aa28d
7 changed files with 11 additions and 0 deletions
+1
View File
@@ -186,6 +186,7 @@ static const token_info_t token_info[] =
{ ARG_STR, offsetof(starter_end_t, subnet), NULL },
{ ARG_MISC, 0, NULL /* KW_PROTOPORT */ },
{ ARG_STR, offsetof(starter_end_t, sourceip), NULL },
{ ARG_STR, offsetof(starter_end_t, dns), NULL },
{ ARG_MISC, 0, NULL /* KW_NATIP */ },
{ ARG_ENUM, offsetof(starter_end_t, firewall), LST_bool },
{ ARG_ENUM, offsetof(starter_end_t, hostaccess), LST_bool },