diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/nftables.conf | 2 | ||||
-rw-r--r-- | etc/systemd/network/20-wired.network | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/etc/nftables.conf b/etc/nftables.conf index e2520d7e..0ea2680a 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -26,7 +26,7 @@ table inet my_table { meta l4proto ipv6-icmp accept tcp dport ssh accept - udp dport mdns accept + #udp dport mdns accept #tcp dport qbt-nox accept tcp dport qbt accept udp dport qbt accept 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 |