git:// links no longer work, refer to the https:// one.
[wiki] / examples / zeroconf-ip-and-dns.mdwn
index f87ef70..3a0ea46 100644 (file)
@@ -2,9 +2,8 @@
 
 ## Example: zeroconf IP and DNS configuration
 
-This example describes how to setup a network with no centralized dhcp server
-and automatic dns resolution and minimum configuration:
-
+This example describes how to setup a network with no centralized DHCP server
+and automatic DNS resolution and minimum configuration.
 You will need Avahi mDNS daemon up and running (not part of this guide,
 please refer to your distro): [http://avahi.org/](http://avahi.org/)
 
@@ -45,7 +44,7 @@ You can manually ask for a preferred IP when calling `avahi-autoipd` by appendin
 
 ### Example configuration:
 
-In my configuration I have a PC everything connects to (alarmpi, reachable at LAN address 192.168.1.12 and public address alarmpi.xyz.com), and a laptop and a phone that can access it.
+In my configuration I have a PC everything connects to (alarmpi, reachable at LAN address 192.168.1.12 and public address alarmpi.example.com), and a laptop and a phone that can access it.
 
 Alarmpi's `tinc.conf`:
 
@@ -72,7 +71,7 @@ Every node has the same `tinc-up:`
 `hosts/alarmpi`:
 
        Address = 192.168.1.12
-       Address = alarmpi.xyz.com
+       Address = alarmpi.example.com
        
        -----BEGIN RSA PUBLIC KEY-----
        snip