Add support for mDNS.
This commit is contained in:
parent
b5e7f5afc5
commit
32b32bd615
@ -12,6 +12,7 @@ Added
|
|||||||
- Add foot-terminfo and wezterm-terminfo packages to releng to support terminal emulators using them. E.g. when
|
- Add foot-terminfo and wezterm-terminfo packages to releng to support terminal emulators using them. E.g. when
|
||||||
installing via SSH.
|
installing via SSH.
|
||||||
- Add a new ``-r`` option to ``mkarchiso`` that deletes the working directly after the build.
|
- Add a new ``-r`` option to ``mkarchiso`` that deletes the working directly after the build.
|
||||||
|
- Add support for mDNS announce and resolve.
|
||||||
|
|
||||||
Changed
|
Changed
|
||||||
-------
|
-------
|
||||||
|
@ -7,4 +7,5 @@ Name=eth*
|
|||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
|
MulticastDNS=yes
|
||||||
IPv6PrivacyExtensions=yes
|
IPv6PrivacyExtensions=yes
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
# Default systemd-resolved configuration for archiso
|
||||||
|
|
||||||
|
[Resolve]
|
||||||
|
MulticastDNS=yes
|
@ -7,6 +7,7 @@ Name=eth*
|
|||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
|
MulticastDNS=yes
|
||||||
IPv6PrivacyExtensions=yes
|
IPv6PrivacyExtensions=yes
|
||||||
|
|
||||||
# systemd-networkd does not set per-interface-type default route metrics
|
# systemd-networkd does not set per-interface-type default route metrics
|
||||||
|
@ -3,6 +3,7 @@ Name=wl*
|
|||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
|
MulticastDNS=yes
|
||||||
IPv6PrivacyExtensions=yes
|
IPv6PrivacyExtensions=yes
|
||||||
|
|
||||||
# systemd-networkd does not set per-interface-type default route metrics
|
# systemd-networkd does not set per-interface-type default route metrics
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
# Default systemd-resolved configuration for archiso
|
||||||
|
|
||||||
|
[Resolve]
|
||||||
|
MulticastDNS=yes
|
Loading…
Reference in New Issue
Block a user