diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-10-29 23:06:24 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-10-29 23:06:24 +0100 |
commit | 921485a5bc0c8448bcc23ae5587777e762473dd2 (patch) | |
tree | e6df121ab291765925b8b28246c33a1bb43aaa75 /src/config.l | |
parent | 2f021fd3e127da7ef80106e8e09c6fbb75be56c2 (diff) | |
download | fastd-921485a5bc0c8448bcc23ae5587777e762473dd2.tar fastd-921485a5bc0c8448bcc23ae5587777e762473dd2.zip |
Allow setting IPv[46] default bind addresses
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l index 1ee4b28..404384e 100644 --- a/src/config.l +++ b/src/config.l @@ -99,6 +99,7 @@ port { TOKEN(TOK_PORT); } float { TOKEN(TOK_FLOAT); } crypto { TOKEN(TOK_CRYPTO); } use { TOKEN(TOK_USE); } +default { TOKEN(TOK_DEFAULT); } [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3} { UPDATE_LOCATION; |