constellation-server 1.14.2

Pluggable authoritative DNS server. Entries can be added & removed from an HTTP REST API.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Pluggable authoritative DNS server
After=network.target

[Service]
Type=simple
User=constellation
Group=constellation
ExecStartPre=/sbin/setcap 'cap_net_bind_service=+ep' /usr/bin/constellation/constellation
ExecStart=/usr/bin/constellation/constellation -c /etc/constellation.cfg
Restart=on-failure
PermissionsStartOnly=true
LimitNOFILE=infinity

[Install]
WantedBy=multi-user.target