summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordavid2020-06-11 10:25:10 +0000
committeradmin2020-06-11 10:25:10 +0000
commit132e548403db3c9c446e0447499c844f9bff125f (patch)
treee5cfbec18cf31aec52e05634108f6fa9e20b6db1 /doc
parent8b643a66f7e6926eb12ee7e5b846c824955229a2 (diff)
Added a comment: network-manager snippet
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/DNS_for_LAN/comment_2_bd310b1f5865a2d35502721e138ca091._comment15
1 files changed, 15 insertions, 0 deletions
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,
+"""]]