Home

Awesome

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