commit | 3eed10e54b6b5efc698e65be9b1be963d6f42503 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 07 21:03:16 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 09 15:33:52 2016 +0100 |
tree | e362456dc649af7f85ffeaecf88579bce028b954 | |
parent | 6a031d1c9089645bf858d55c81c52036b95100a4 [diff] |
MINOR: init: add -dr to ignore server address resolution failures It is very common when validating a configuration out of production not to have access to the same resolvers and to fail on server address resolution, making it difficult to test a configuration. This option simply appends the "none" method to the list of address resolution methods for all servers, ensuring that even if the libc fails to resolve an address, the startup sequence is not interrupted.