Skip to content

Announce multiple avahi host aliases across your local network. Supports Debian Buster and Ubuntu 18.04+

Notifications You must be signed in to change notification settings

rcarmo/avahi-aliases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

avahi-aliases

This is a compilation/cleanup of various Avahi mDNS aliasing scripts to ensure they run on Debian buster on the Raspberry Pi as of 2020, so as to make it easier to run several virtual hosts in piku

Installing

make install

Adding aliases

You can edit /etc/avahi/aliases (all aliases in a single line or groups of aliases per line) and restart the service or use the bundled scripts:

sudo avahi-add-alias foobar.local

Acknowledgements

  1. Original sources
  2. Discussion on stackoverflow
  3. Original repo
  4. Original systemd repo
  5. Service implementation

About

Announce multiple avahi host aliases across your local network. Supports Debian Buster and Ubuntu 18.04+

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.8%
  • Makefile 13.9%
  • Shell 11.3%