From 89cb23306ade3502600cd439a41f0f24a52e9c67 Mon Sep 17 00:00:00 2001 From: Revertron Date: Wed, 31 Mar 2021 16:57:46 +0200 Subject: [PATCH] Fix typo. --- alfis.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfis.toml b/alfis.toml index c1dc974..98c353a 100644 --- a/alfis.toml +++ b/alfis.toml @@ -14,7 +14,7 @@ public = true # Allow connections to/from Yggdrasil only (https://yggdrasil-network.github.io) yggdrasil_only = false -# DNS server options +# DNS resolver options [dns] # Your DNS resolver will be listening on this address and port (Usual port is 53) listen = "127.0.0.1:53"