-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml.dist
33 lines (30 loc) · 1 KB
/
config.yaml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Uncomment this config block to set the dnsmasq static DHCP hosts file.
# Defaults to: /etc/dnsmasq.d/04-dhcp-static-leases.conf
#
# host:
# static:
# file: /etc/dnsmasq.d/04-dhcp-static-leases.conf
# Uncomment this config block to set JWT-based authentication configuration for API endpoints.
# Available methods: none, ecdsa-256, ecdsa-384, ecdsa-512, hmac-256, hmac-384, hmac-512, rsa-256,
# rsa-384 and rsa-512
# Available key formats: public key data, public key file and plain-text secret
# Defaults to: No authentication
#
# auth:
# method: ecdsa-512
# key: /etc/dnsmasq-manager/id_ecdsa.pub
# Uncomment this config block to change the server HTTP listening port.
# Defaults to: 6904
#
# server:
# port: 6904
# Uncomment this config block to change the logging settings for the service.
# Available levels: debug, info, warning, error.
# Available formats: text, json.
# Defaults to: info / json / stdout
#
# log:
# level: info
# format: json
# file: /var/log/dnsmasq-manager.log
# source: false