From 85ee6bdb696179980845a73aa279a2d1314ce289 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Sat, 11 Feb 2006 15:12:48 +0000 Subject: * Implement static hosts file for static host<->ip mappings git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1133 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-daemon/hosts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 avahi-daemon/hosts (limited to 'avahi-daemon/hosts') diff --git a/avahi-daemon/hosts b/avahi-daemon/hosts new file mode 100644 index 0000000..53f412b --- /dev/null +++ b/avahi-daemon/hosts @@ -0,0 +1,8 @@ +# $Id$ +# +# This file contains static ip<-> host mappings. +# These can be usefull to publish services on behalf of a non-avahi enabled device. +# +# Examples: +# 192.168.0.1 router.local +# 2001::81:1 test.local -- cgit