Files
addons/dnsmasq/config.yaml
Stefan Agner c7a5f7c0aa Improve GitHub action (#2364)
* Add YAML linter

* Drop GitHub registry login as its not required at this point

* Add YAML document start marker

* Fix YAMLlint issues

* Fix YAMLlint issues in .github yaml files

* Fix YAMLlint issue in .github/dependabot.yml

* Remove .github/move.yml

* Set dependabot to weekly

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>

* Use YAML strip option where appropriate

* Fix multiline string

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2022-04-11 09:00:11 +02:00

42 lines
633 B
YAML

---
version: 1.4.4
slug: dnsmasq
name: Dnsmasq
description: A simple DNS server
url: https://github.com/home-assistant/hassio-addons/tree/master/dnsmasq
advanced: true
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
image: homeassistant/{arch}-addon-dnsmasq
init: false
options:
defaults:
- 8.8.8.8
- 8.8.4.4
forwards: []
hosts: []
services: []
ports:
53/tcp: 53
53/udp: 53
schema:
defaults:
- str
forwards:
- domain: str
server: str
hosts:
- host: str
ip: str
services:
- host: str
port: str
priority: int
srv: str
weight: int
startup: system