From 30a0b7c5df449e4cb69d52df85cff9904f451589 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 2 Feb 2021 00:49:23 +0100 Subject: [PATCH] added example config --- config.yml => exampleConfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename config.yml => exampleConfig.yml (96%) diff --git a/config.yml b/exampleConfig.yml similarity index 96% rename from config.yml rename to exampleConfig.yml index e0fc0ad..0a681ab 100644 --- a/config.yml +++ b/exampleConfig.yml @@ -5,7 +5,7 @@ zones: - zone: example.com. file: zonefile2.txt acl: - - lan + - vpn acl: - name: vpn @@ -23,7 +23,7 @@ forward: address: 0.0.0.0:8053 tls: - enable: true + enable: false address: 0.0.0.0:8853 cert: cert.crt key: private.key