Skip to content

Commit

Permalink
Merge pull request #44 from cpu/cpu-add-api-ip-example-config
Browse files Browse the repository at this point in the history
README: Add example 'ip' in example API config.
  • Loading branch information
joohoi committed Feb 28, 2018
2 parents 830cceb + 77b5fda commit 32608e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ connection = "acme-dns.db"
api_domain = ""
# autocert HTTP port, eg. 80 for answering Let's Encrypt HTTP-01 challenges. Mandatory if using tls = "letsencrypt".
autocert_port = "80"
# listen ip, default "" listens on all interfaces/addresses
ip = "127.0.0.1"
# listen port, eg. 443 for default HTTPS
port = "8080"
# possible values: "letsencrypt", "cert", "none"
Expand Down

0 comments on commit 32608e9

Please sign in to comment.