diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cd0e80c4..f5220b85 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,4 +40,4 @@ jobs: - name: Install Unbound run: sudo apt-get update && sudo apt-get install -y unbound - name: Check unbound list - run: unbound-checkconf pihole-google-unbound.conf \ No newline at end of file + run: unbound-checkconf unbound.conf \ No newline at end of file diff --git a/unbound.conf b/unbound.conf new file mode 100644 index 00000000..31b96127 --- /dev/null +++ b/unbound.conf @@ -0,0 +1,2 @@ +server: + include: "pihole-google-unbound.conf" \ No newline at end of file