| # Copyright 2013 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # avahi-daemon(8) configuration file |
| |
| # By default, all devices have the same hostname ("localhost") which |
| # means that avahi-daemon(8) will set the LAN name 'linux'. So if |
| # there's more than one ChromeOS device on the LAN, renaming will |
| # occur and this is costly as it potentially involves O(n^2) |
| # renames. We avoid this situation by simply using the machine-id as |
| # the name. |
| |
| [server] |
| host-name-from-machine-id=yes |
| browse-domains= |
| use-ipv4=yes |
| use-ipv6=no |
| ratelimit-interval-usec=1000000 |
| ratelimit-burst=1000 |
| cache-entries-max=100 |
| |
| # Ignore connected namespaces and guest interfaces |
| deny-interfaces=arcbr0,arc_eth0,arc_eth1,arc_wlan0,arc_wlan1,arc_wwan0,arc_wwan1,vmtap0,vmtap1,vmtap2,vmtap3,vmtap4,vmtap5,vmtap6,vmtap7,vmtap8,vmtap9,arc_ns0,arc_ns1,arc_ns2,arc_ns3,arc_ns4,arc_ns5,arc_ns6,arc_ns7,arc_ns8,arc_ns9 |
| # Allow patchpanel's multicast forwarder to bind port 5353. |
| disallow-other-stacks=no |
| |
| [wide-area] |
| enable-wide-area=no |
| |
| [publish] |
| publish-hinfo=no |
| publish-workstation=no |
| publish-aaaa-on-ipv4=no |
| publish-a-on-ipv6=no |
| |
| [rlimits] |
| rlimit-core=0 |
| rlimit-fsize=0 |
| rlimit-nofile=768 |
| #Removed for b/244521026 |
| #rlimit-data=8388608 |
| #rlimit-stack=4194304 |
| rlimit-nproc=3 |