Skip to content

Commit

Permalink
docs: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
grishy authored Aug 20, 2024
1 parent e82d1e3 commit dfefd3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ Redirect all "subdomains" to the machine( `*.hostname.local` -> `hostname.local`

# What is go-avahi-cname?

It is a simple and lightweight project that allows you to publish CNAME records pointing to the local host over multicast DNS using the **Avahi** daemon, which is widely available in most Linux distributions. This means that you can access your local host using different names from any device on the same network, as long as they support Apple’s Bonjour protocol, which is compatible with Avahi.
It is a simple and lightweight project that allows you to publish CNAME records pointing to the local host over multicast DNS using the **Avahi** daemon, which is widely available in most Linux distributions. This means that you can access your local host using different names from any device on the same network, as long as they support mDNS.

## Goals

Here are some of the benefits of using go-avahi-cname:

- **✅ No dependencies** - Requires only the Avahi daemon.
- **✅ Small footprint**
- **✅ Support x86_64 and ARM**
Expand Down

0 comments on commit dfefd3f

Please sign in to comment.