From f31e3e5024e7c4586080cbd922ac639bf7e513f0 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 1 May 2007 14:43:24 +0000 Subject: [PATCH] Nicer example interface address. git-svn-id: file:///svn/unbound/trunk@272 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example.conf b/doc/example.conf index 14ce60bd7..c1c7091b1 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -20,7 +20,7 @@ server: # specify the interfaces to answer queries from by ip-address. # If you give none the default (all) interface is used. - # interface: 127.0.0.1 + # interface: 192.168.0.153 # port to answer queries from # port: 53 -- 2.47.2