From 132e548403db3c9c446e0447499c844f9bff125f Mon Sep 17 00:00:00 2001 From: david Date: Thu, 11 Jun 2020 10:25:10 +0000 Subject: Added a comment: network-manager snippet --- .../comment_2_bd310b1f5865a2d35502721e138ca091._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/DNS_for_LAN/comment_2_bd310b1f5865a2d35502721e138ca091._comment diff --git a/doc/forum/DNS_for_LAN/comment_2_bd310b1f5865a2d35502721e138ca091._comment b/doc/forum/DNS_for_LAN/comment_2_bd310b1f5865a2d35502721e138ca091._comment new file mode 100644 index 00000000..4af921f4 --- /dev/null +++ b/doc/forum/DNS_for_LAN/comment_2_bd310b1f5865a2d35502721e138ca091._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="david" + avatar="http://cdn.libravatar.org/avatar/22c2d800db6a7699139df604a67cb221" + subject="network-manager snippet" + date="2020-06-11T10:25:10Z" + content=""" +[[!format haskell \"\"\" +File.hasContent \"/etc/NetworkManager/conf.d/mDNS.conf\" [ \"[connection]\" + , \"connection.mdns=2\" + ] + `requires` File.dirExists \"/etc/NetworkManager/conf.d\" +\"\"\"]] + +The `=2` is important if you want the host to actually tell other hosts what it's IP is, and not just query, +"""]] -- cgit v1.2.3