diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-08-22 18:49:52 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-08-22 18:49:52 +0200 |
| commit | 3330080deb04c00a8003a58327454e820a764d7f (patch) | |
| tree | 7be28a1541e53553cc2ba202d7ff34cec4da5442 /guides/setups/operating-systems | |
| parent | ce7d269813c24b2fd2f859259c52be1e26f1965c (diff) | |
| download | memory-leaks-3330080deb04c00a8003a58327454e820a764d7f.tar.xz | |
Add note to allow mDNS on openSUSE
Since I don't expect [FS#4079] to be fixed anytime soon.
[FS#4079]: https://dev.freebox.fr/bugs/task/4079
Diffstat (limited to 'guides/setups/operating-systems')
| -rw-r--r-- | guides/setups/operating-systems/opensuse.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/setups/operating-systems/opensuse.org b/guides/setups/operating-systems/opensuse.org index ab5c712..3bfa048 100644 --- a/guides/setups/operating-systems/opensuse.org +++ b/guides/setups/operating-systems/opensuse.org @@ -77,6 +77,7 @@ To set this for TTYs: cf. [[./console.org]]. ** Open ports #+begin_src sh $ firewall-cmd --add-port=8000/tcp +$ firewall-cmd --add-service=mdns #+end_src To make permanent, either: - run the command with =--permanent=, and restart ~firewalld~ for |
