From ffa7e9a1ebda303da4fdf4b493d94a1342623380 Mon Sep 17 00:00:00 2001 From: Dessa Simpson Date: Wed, 24 Aug 2022 18:38:01 -0700 Subject: [PATCH] Extract forward statement from Corefile --- .gitignore | 1 + Corefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1635517 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Corefile.upstream diff --git a/Corefile b/Corefile index 5cb29db..a576148 100644 --- a/Corefile +++ b/Corefile @@ -28,5 +28,5 @@ biggeeks.org { allow net 74.207.242.178/32 block } - forward . 1.1.1.1 1.0.0.1 + import Corefile.upstream }