Added option to select IP version of name to address resolution (#231)

This commit is contained in:
chkhanu
2016-07-20 21:49:04 +07:00
committed by Lukas Schauer
parent 44aca90cd7
commit 364bcccf74
4 changed files with 34 additions and 3 deletions

View File

@@ -10,6 +10,11 @@
# Default values of this config are in comments #
########################################################
# Resolve names to addresses of IP version only. (curl)
# supported values: 4, 6
# default: <unset>
#IP_VERSION=
# Path to certificate authority (default: https://acme-v01.api.letsencrypt.org/directory)
#CA="https://acme-v01.api.letsencrypt.org/directory"