You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1008 B
53 lines
1008 B
## |
|
## avahi-daemon.conf -- Avahi Daemon Configuration |
|
## |
|
|
|
[server] |
|
#host-name=example |
|
#domain-name=local |
|
browse-domains=example.com, zeroconf.org |
|
use-ipv4=yes |
|
use-ipv6=no |
|
#allow-interfaces=eth0 |
|
#deny-interfaces=eth1 |
|
#check-response-ttl=no |
|
#use-iff-running=no |
|
#enable-dbus=yes |
|
#disallow-other-stacks=no |
|
#allow-point-to-point=no |
|
#cache-entries-max=4096 |
|
#clients-max=4096 |
|
#objects-per-client-max=1024 |
|
#entries-per-entry-group-max=32 |
|
ratelimit-interval-usec=1000000 |
|
ratelimit-burst=1000 |
|
|
|
[wide-area] |
|
enable-wide-area=yes |
|
|
|
[publish] |
|
#disable-publishing=no |
|
#disable-user-service-publishing=no |
|
#add-service-cookie=no |
|
#publish-addresses=yes |
|
#publish-hinfo=yes |
|
#publish-workstation=yes |
|
#publish-domain=yes |
|
#publish-dns-servers=192.168.50.1, 192.168.50.2 |
|
#publish-resolv-conf-dns-servers=yes |
|
#publish-aaaa-on-ipv4=yes |
|
#publish-a-on-ipv6=no |
|
|
|
[reflector] |
|
#enable-reflector=no |
|
#reflect-ipv=no |
|
|
|
[rlimits] |
|
#rlimit-as= |
|
rlimit-core=0 |
|
rlimit-data=4194304 |
|
rlimit-fsize=0 |
|
rlimit-nofile=768 |
|
rlimit-stack=4194304 |
|
rlimit-nproc=3 |
|
|
|
|