Skip to content

Commit

Permalink
Revert "update mDNS for rhel8 (#1416)"
Browse files Browse the repository at this point in the history
This reverts commit d7bb97b.
  • Loading branch information
lanceleonard authored Aug 31, 2021
1 parent d7bb97b commit ab238bc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions content/rs/installing-upgrading/configuring/mdns.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,18 @@ To prepare a client or node for mDNS:
apt-get install libnss-mdns
```


- For RHEL/CentOS 7:
- For RHEL/CentOS 6.x:

```sh
$ rpm -ivh https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm
$ rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
$ yum install nss-mdns
$ service avahi-daemon start
```
- For RHEL/CentOS 8.x:

- For RHEL/CentOS 7:

```sh
$ rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
$ rpm -ivh https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm
$ yum install nss-mdns
$ service avahi-daemon start
```
Expand Down

0 comments on commit ab238bc

Please sign in to comment.