diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-09 22:46:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 22:46:02 +0200 |
commit | 1bb2e216a642a04b23dda2df469b5a92cc39555a (patch) | |
tree | 8467776b40ffbe60ececbf98485c52b647d79e6d | |
parent | c7f0e0b9e5fd5c44f8589380c7c4b6614ed000a1 (diff) | |
parent | b6759431b080ad354a3b6d1d590fb96df40ce6c0 (diff) | |
download | vyos-documentation-1bb2e216a642a04b23dda2df469b5a92cc39555a.tar.gz vyos-documentation-1bb2e216a642a04b23dda2df469b5a92cc39555a.zip |
Merge pull request #260 from AWildBeard/replace-zeroconf-address-in-mdns-repeater-doc
replace zeroconf address in mDNS repeater doc
-rw-r--r-- | docs/services/mdns-repeater.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/services/mdns-repeater.rst b/docs/services/mdns-repeater.rst index d211aa50..9d6a292a 100644 --- a/docs/services/mdns-repeater.rst +++ b/docs/services/mdns-repeater.rst @@ -5,7 +5,7 @@ Starting with VyOS 1.2 a :abbr:`mDNS (Multicast DNS)` repeater functionality is provided. Additional information can be obtained from https://en.wikipedia.org/wiki/Multicast_DNS. -Multicast DNS uses the 224.0.0.51 address, which is "administratively scoped" +Multicast DNS uses the 224.0.0.251 address, which is "administratively scoped" and does not leave the subnet. It retransmits mDNS packets from one interface to other interfaces. This enables support for e.g. Apple Airplay devices across multiple VLANs. |