From 55eddd7accf2c5f9b0f52b22a010c4c4b7c130d1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 6 Feb 2009 19:18:00 -0600 Subject: mv packages to config dir to match web layout --- config/avahi/avahi.xml | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 config/avahi/avahi.xml (limited to 'config/avahi/avahi.xml') diff --git a/config/avahi/avahi.xml b/config/avahi/avahi.xml new file mode 100644 index 00000000..6baef60b --- /dev/null +++ b/config/avahi/avahi.xml @@ -0,0 +1,90 @@ + + + + + avahi + 1.0 + Services: Avahi + + Avahi + Modify avahi settings. +
Services
+ pkg_edit.php?xml=avahi.xml&id=0 +
+ + avahi + avahi.sh + avahi + + + /tmp/ + 0755 + http://www.pfsense.org/packages/config/avahi/binaries/avahi.tgz + + + /usr/local/pkg/ + 0755 + http://www.pfsense.org/packages/config/avahi/avahi.inc + + + + Enable + enable + Enable Avahi Bonjour/Zeroconf proxy. + checkbox + + + Browse domains (comma separated) + browsedomains + Enter the domains that you would like proxied. (example: local, pfsense.org, mydomain.com) + input + + + Deny interfaces + denyinterfaces + Interfaces that you do NOT want Avahi to listen on. NOTE: WAN is disabled by default. + interfaces_selection + true + + + + setup_avahi(); + + + setup_avahi(); + + + unlink_if_exists("/usr/local/etc/rc.d/avahi-daemon.sh"); + exec("killall avahi-daemon"); + + /usr/local/pkg/avahi.inc +
-- cgit v1.2.3