diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-18 07:48:59 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-18 07:48:59 +0000 |
commit | eb862998d593d1cbf2598e9aca7673c225a32904 (patch) | |
tree | 6382182c6c25c95e63fdf4b5bfce45d236f2f5c1 /etc/systemd | |
parent | 56f5c12c6758dbcf32e52358641efc2173ccd300 (diff) |
Home new gateway no need mdns. Before xyzstudio.local, after xyzstudio
Diffstat (limited to 'etc/systemd')
-rw-r--r-- | etc/systemd/network/20-wired.network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/systemd/network/20-wired.network b/etc/systemd/network/20-wired.network index 2e6daffc..429cab2a 100644 --- a/etc/systemd/network/20-wired.network +++ b/etc/systemd/network/20-wired.network @@ -5,4 +5,5 @@ Name=enp2s0 [Network] DHCP=yes -MulticastDNS=yes +# https://wiki.archlinux.org/title/Systemd-resolved#mDNS +#MulticastDNS=yes |