From 532dc9a0eadf3be62b67a7ed064d1c40f6192cc5 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Tue, 24 Jan 2017 10:07:47 -0500 Subject: [PATCH] =?UTF-8?q?rajout=20d'un=20titre=20pour=20cr=C3=A9er=20une?= =?UTF-8?q?=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoOpenBSD/Unbound.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HowtoOpenBSD/Unbound.md b/HowtoOpenBSD/Unbound.md index 92a81676..2fdab92d 100644 --- a/HowtoOpenBSD/Unbound.md +++ b/HowtoOpenBSD/Unbound.md @@ -32,6 +32,8 @@ On active unbound dans `rc.conf.local` et on démarre le daemon ! # rcctl start unbound ~~~ +## Utiliser un serveur dns particulier pour une zone + On pourra forwarder certaines requêtes vers un serveur différent en rajoutant les directives ci-dessous : ~~~ @@ -45,4 +47,4 @@ Dans le cas présent, les requêtes concernent une zone locale, ainsi afin d'év ~~~ domain-insecure: "foo.local." -~~~ \ No newline at end of file +~~~