Remove vars from unbound specific file, use group file

This commit is contained in:
Alex 2020-05-18 19:21:41 +02:00
parent ff6c5430cc
commit 5d359caeea
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
firewall:
- { port: 53, ipv: "v4", proto: "tcp" }
- { port: 53, ipv: "v4", proto: "udp" }
- { port: 53, ipv: "v6", proto: "tcp" }
- { port: 53, ipv: "v6", proto: "udp" }
systemd:
services:
- { name: "systemd-resolved", state: stopped }
- { name: "unbound", enabled: true, state: reloaded }
apt_packages:
- { package: "unbound", state: present }