mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Adjust supervisor settings for resolve mdns/llmnr (#15644)
This commit is contained in:
parent
501576badd
commit
4ceca389f5
@ -26,7 +26,7 @@ physical interfaces.
|
|||||||
|
|
||||||
```txt
|
```txt
|
||||||
[main]
|
[main]
|
||||||
dns=default
|
dns=systemd-resolved
|
||||||
plugins=keyfile
|
plugins=keyfile
|
||||||
autoconnect-retries-default=0
|
autoconnect-retries-default=0
|
||||||
rc-manager=file
|
rc-manager=file
|
||||||
@ -41,6 +41,12 @@ backend=journal
|
|||||||
`/etc/NetworkManager/system-connections/default`:
|
`/etc/NetworkManager/system-connections/default`:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
|
id=Supervisor default
|
||||||
|
uuid=f62bf7c2-e565-49ff-bbfc-a4cf791e6add
|
||||||
|
type=802-3-ethernet
|
||||||
|
llmnr=2
|
||||||
|
mdns=2
|
||||||
|
|
||||||
[ipv4]
|
[ipv4]
|
||||||
method=auto
|
method=auto
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user