Add proxied and ttl options

This commit is contained in:
Alexandre
2022-01-27 19:11:39 +01:00
committed by GitHub
parent 13eb924b9a
commit 85716748ad

View File

@@ -40,12 +40,14 @@
"wildcard": "bool?", "wildcard": "bool?",
"ddns_server": "str?", "ddns_server": "str?",
"ddns_path": "str?", "ddns_path": "str?",
"append_myip": "bool?" "append_myip": "bool?",
"proxied": "bool?",
"ttl": "int?"
} }
] ]
}, },
"slug": "inadyn", "slug": "inadyn",
"upstream": "2.9.1", "upstream": "2.9.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.9.1-3" "version": "2.9.1-4"
} }