Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Apr 14, 2024
1 parent 2ced463 commit 247bca3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Publish mDNS Alias
==================
Publish mDNS-SD Aliases
===================================
[![][3]][4] [![][5]][6] [![][7]][8]

This is a small C daemon that publishes mDNS CNAMEs using Avahi.
This is a small C program that publishes mDNS CNAMEs using Avahi. It
runs as a UNIX daemon, ensuring the CNAME records are published as long
as the daemon runs.

Currently the program takes its CNAME aliases on the command line:

mdns-alias foo.local bar.local

At least one name, including `.local` must be given on the command line.
At least one name, including `.local`, must be given on the command line.


Dependencies
Expand Down

0 comments on commit 247bca3

Please sign in to comment.