diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 17:43:38 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-28 17:43:38 +0800 |
commit | 1c21c46c5acbe54e6e5e909a8f7b3c2537047f3f (patch) | |
tree | 248e51061c7dcc183436378aa5250e1a8c54f715 /configs/configs_root_dir/etc/systemd/resolved.conf.d/mdns.conf | |
parent | 178ac740a34f2d476c816b6eb1ddf842ac0b6809 (diff) |
better name
Diffstat (limited to 'configs/configs_root_dir/etc/systemd/resolved.conf.d/mdns.conf')
-rw-r--r-- | configs/configs_root_dir/etc/systemd/resolved.conf.d/mdns.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/configs_root_dir/etc/systemd/resolved.conf.d/mdns.conf b/configs/configs_root_dir/etc/systemd/resolved.conf.d/mdns.conf new file mode 100644 index 0000000..314a2db --- /dev/null +++ b/configs/configs_root_dir/etc/systemd/resolved.conf.d/mdns.conf @@ -0,0 +1,6 @@ +[Resolve] +# https://wiki.archlinux.org/title/Systemd-resolved#mDNS +# It seems it is enabled by default? But my past experience shows not enabled by default? +# seems no need now, not sure why +MulticastDNS=yes +LLMNR=no |