diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-29 18:23:35 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-29 18:23:35 +0000 |
commit | cc8c2901ad544d336374887451dc8c85a5ae1264 (patch) | |
tree | 46f42e9929fd44cf9bf94a9a2b6a81de2f72a517 /lex.l | |
parent | 8e8b2e252c37a1e633c33ac923ab78c3f1e8ab31 (diff) |
added ``alias'' option to define hostname aliases for a server
Diffstat (limited to 'lex.l')
-rw-r--r-- | lex.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ off yylval.num = 0; return TBOOL; on yylval.num = 1; return TBOOL; +alias return TALIAS; auto return TAUTO; block return TBLOCK; ca return TCA; |