Don't use real hostnames in the example.
[wiki] / examples / zeroconf-ip-and-dns.mdwn
index f87ef70..7291bab 100644 (file)
@@ -45,7 +45,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 +72,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