Update dhcpd / pump let's encrypt (#135) (#136)

* Update config.json

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-06-28 21:37:46 +02:00
committed by GitHub
parent 429793a14d
commit f51d1be823
2 changed files with 3 additions and 3 deletions

View File

@@ -8,8 +8,8 @@
"boot": "auto",
"host_network": true,
"options": {
"default_lease": 600,
"max_lease": 7200,
"default_lease": 86400,
"max_lease": 172800,
"domain": null,
"dns": ["8.8.8.8", "8.8.4.4"],
"networks": [

View File

@@ -1,6 +1,6 @@
{
"name": "Let's Encrypt",
"version": "0.9",
"version": "0.10",
"slug": "letsencrypt",
"description": "Manage Let's Encrypt certificate",
"url": "https://home-assistant.io/addons/lets_encrypt/",