Advertisement
Guest User

avahi-daemon_conf

a guest
Jan 31st, 2015
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. mutalisk:/home/media/.kodi/temp # cat /etc/avahi/avahi-daemon.conf
  2. # This file is part of avahi.
  3. #
  4. # avahi is free software; you can redistribute it and/or modify it
  5. # under the terms of the GNU Lesser General Public License as
  6. # published by the Free Software Foundation; either version 2 of the
  7. # License, or (at your option) any later version.
  8. #
  9. # avahi is distributed in the hope that it will be useful, but WITHOUT
  10. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  11. # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
  12. # License for more details.
  13. #
  14. # You should have received a copy of the GNU Lesser General Public
  15. # License along with avahi; if not, write to the Free Software
  16. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  17. # USA.
  18.  
  19. # See avahi-daemon.conf(5) for more information on this configuration
  20. # file!
  21.  
  22. [server]
  23. #host-name=foo
  24. #domain-name=local
  25. #browse-domains=0pointer.de, zeroconf.org
  26. use-ipv4=yes
  27. use-ipv6=yes
  28. #allow-interfaces=eth0
  29. #deny-interfaces=eth1
  30. #check-response-ttl=no
  31. #use-iff-running=no
  32. #enable-dbus=yes
  33. #disallow-other-stacks=no
  34. #allow-point-to-point=no
  35. #cache-entries-max=4096
  36. #clients-max=4096
  37. #objects-per-client-max=1024
  38. #entries-per-entry-group-max=32
  39. ratelimit-interval-usec=1000000
  40. ratelimit-burst=1000
  41.  
  42. [wide-area]
  43. enable-wide-area=yes
  44.  
  45. [publish]
  46. #disable-publishing=no
  47. #disable-user-service-publishing=no
  48. #add-service-cookie=no
  49. #publish-addresses=yes
  50. #publish-hinfo=yes
  51. #publish-workstation=yes
  52. #publish-domain=yes
  53. #publish-dns-servers=192.168.50.1, 192.168.50.2
  54. #publish-resolv-conf-dns-servers=yes
  55. #publish-aaaa-on-ipv4=yes
  56. #publish-a-on-ipv6=no
  57.  
  58. [reflector]
  59. #enable-reflector=no
  60. #reflect-ipv=no
  61.  
  62. [rlimits]
  63. #rlimit-as=
  64. rlimit-core=0
  65. rlimit-data=4194304
  66. rlimit-fsize=0
  67. rlimit-nofile=768
  68. rlimit-stack=4194304
  69. rlimit-nproc=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement