chiark / gitweb /
site: Support multiple addresses
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 29 Sep 2014 14:02:19 +0000 (15:02 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 6 Oct 2014 16:53:12 +0000 (17:53 +0100)
commit83dbdd3f25ac7edca6365ca7a299e4b8eee6b83e
tree62bbcd2142d88f9e791efd0724135d7272348bd8
parent55e96f163095fc9286e0566fdaa1b1df45631fe3
site: Support multiple addresses

The `address' parameter to a site closure can now contain multiple
`address' strings, which may be multiple domain names or multiple
address literals, or some combination.

We run all the resolutions in parallel, and keep a count of how many
we have outstanding, combining the results as they come in.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README
site.c